Showing Server Active Server Name in MS SQL
The following query should be run to show the active Server name in MS SQL Server.
SELECT @@SERVERNAME AS ServerName
The following query should be run to show the active Server name in MS SQL Server.
SELECT @@SERVERNAME AS ServerName