Is there a way to identify in code what the sql server's name is?
SQL Server Name
Collapse
This topic is closed.
X
X
-
=?Utf-8?B?Q29ubnVsbA==?=Tags: None -
Gillard
Re: SQL Server Name
looking at the registry key
HKEY_LOCAL_MACH INE\SOFTWARE\Mi crosoft\Microso ft SQL Server\MSSQL.1
and viewing default value
"Connull" <Connull@discus sions.microsoft .comwrote in message
news:CCFFE9AF-1A34-4F91-AA6D-DC0B9035208D@mi crosoft.com...Is there a way to identify in code what the sql server's name is? -
JHB
Re: SQL Server Name
With SMO.
With DMO.
Comment
Comment