Microsoft
Software
Hardware
Network
Question : How to use T-SQL to discover which node the SQL instance is running on?
Hi All,
hoe to use SERVERPROPERTY, T-SQL to discover which node the SQL instance is running on?
Answer : How to use T-SQL to discover which node the SQL instance is running on?
select SERVERPROPERTY('InstanceNa
me')
Name of the instance to which the user is connected.
Returns NULL if the instance name is the default instance, if the input is not valid, or error.
Random Solutions
command line appcmd to configure FTP on IIS7
Operation Must Use an Updateable Query
implementing aixpert on aix
Coookie not storing information
Move exchange storage group to another drive
reamviewer 5
how to add a document as a link
How do I allow users on SBS 2008 to install programs?
Microsoft Exchange Outlook Anywhere SSL Issue
Create a "Batch Number" in SQL Server 2000 for import of sales orders