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 Utility Control Point (UCP) in SQL Server ?

Changing MS SQL Table Name with Query

What is a Filestream in SQL Server ?

Benefits of Using Stored Procedures in MS SQL

Using Trim Function in MS SQL