Re: SQL Server Management Studio don't see local SQL Server 2005 D



The instance called MSSQLSERVER is a default instance, not a named
instance. When you connect to it, just connect to COMPUTERNAME, not to
COMPUTERNAME\MSSQLSERVER (of course, replace COMPUTERNAME with your
computer name).

--
Razvan Socol
SQL Server MVP
.


Loading