hi Dave,
"Dave" <Dave@discussions.microsoft.com> ha scritto nel messaggio
news:06823492-068B-4B58-A6AA-F99E78C9C9B9@microsoft.com
[quoted text, click to view] > Is it possible to install MSDE from more than 1 application. 2
> different companies on one server, or is this a restriction.
SQL Server 2000 (and thus MSDE 2000) change the initial SQL Server situation
where 1 server allowed only 1 installed instance
now it is possible to install up to 16 instances per server, at different
service pack level..
only 1 instance can be the default instance, known as "ComputerName" or
"(Local)", while other instances become named instaces, known as
"ComputerName\InstanceName" or "(Local)\InstanceName"
in order the clients to connect to MSDE 2000 MDAC 2.6 stack must be
installed whith, among other "things", provides the necessary code to
perform redirection to the appropriate instance port... this is performed
serverside by SQL Server Resolution Service, which operates on UDP port
1434, that returns the appropriate network endpoints to use for a particular
SQL Server/MSDE instance.
--
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