Check if the MSSQL Server is 32-bit or 64-bit

Run the following SQL to get the info of the installed SQL Server.

SELECT @@Version

 

Result:
check-mssql-server-version-32-or-64
 

You can also try this.

SELECT serverproperty('edition')

 

Done =)

Reference:

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.