Re: Multi-Boot and sharing MSDE data?

From: Andrea Montanari (andrea.sqlDMO_at_virgilio.it)
Date: 01/20/05


Date: Thu, 20 Jan 2005 11:25:18 +0100

hi Charles,
Charles E Finkenbiner wrote:
> Hi All,
>
> I multi-boot different versions of Windows. I would like to install
> MSDE programs on the C: drive of each Windows version, no problem
> there. But, I would like to share a common location for the MSDE
> data files.
>
> Currently the MSDE installation aborts if it finds data already
> installed in the DataDir.
>
> Is there any way to share a DataDir location?

it's not a very good idea even if only one of the multi-OS is loaded at each
time... a SQL Server database is not just a set of files, but a logical
object to, registered in the server system tables with lot of information...
your best move is to attach/detach the database(s) you are interested in at
every boot/shutdown, becouse you could experience logical problems using
this kind of path...
you could share this way your user's databases, but not the system
databases, so you do are not allowed to share the DataDir among instances...
but you can share a private (local) folder which hosts your user's
databases...
you only need to create your db in that folder, say c:\databases\ , and
attach the dbs from the other OSload referencing that folder...
but each instance on each OS will always have it's own seaprated DataDir...

-- 
Andrea Montanari (Microsoft MVP - SQL Server)
http://www.asql.biz/DbaMgr.shtm        http://italy.mvps.org
DbaMgr2k ver 0.9.1  -  DbaMgr ver 0.55.1
(my vb6+sql-dmo little try to provide MS MSDE 1.0 and MSDE 2000 a visual
interface)
--------- remove DMO to reply


Relevant Pages

  • Re: MSDE and SBS2003
    ... >> install of MSDE to create a default installation? ... > you have better Sharepoint MSDE instance be managed and used by Sharepoint ... > separate MSDE instance do host your databases... ... > which will try a trusted connections, authenticated by WindowsNT, but you ...
    (microsoft.public.sqlserver.msde)
  • Re: Distributing application that use MSDE
    ... > When distributing an application that uses MSDE, should you install ... > your application databases into a named instance or into the default ... Are there any guidelines on when to create a named instance ...
    (microsoft.public.sqlserver.msde)
  • Re: Using MSSQL 2000 database in MS Access?
    ... Your users should install MSDE - there is setup.exe on CD, ... to be able to use these same databases as well? ... > be the procedure for them to install and use the product MSSQL 2000 ...
    (borland.public.delphi.database.ado)
  • Re: Uninstalling MSDE doesnt delete non-default directories
    ... I also wish to be able to install to ... >> way I can ensure MSDE setup cleans up after itself. ... >> Russell Wyatt ... It doesn't clear the users' databases. ...
    (microsoft.public.sqlserver.msde)
  • Re: Wrong MSDE installed
    ... That is the command line to install a new default instance. ... This will upgrade the existing instance but do nothing to get SBS Monitoring and Sharepoint installed. ... They use WMSDE not MSDE. ... those folders are as you say on my SBS 2003 server that has been upgraded to SP1. ...
    (microsoft.public.windows.server.sbs)