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
How to connect to Oracle 11g as "SYS" from PB
Before unload
SBS 2008 How to Change the Company web Page Calender Date Format
Sysprep service pack 3
3 long beeps
Event ID 37 Microsoft-Windows-Kernel-P
rocessor-P
ower
Unable to Search Empty Folders
Need solution to convert Java 1.6 application into C# project
Blackberry not activinating on BES
Check colum A for names in the name matches a sheet name in any workbook then copy to the sheet where we are quering from.