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


You May Interest

What is a Control Flow Inside SSIS ?

MS SQL Getting List of All Column Names of a Table

How to Show Line Numbers in MS SQL Server ?

What is Failover Clustering in SQL Server ?

Creating a View in MS SQL