Run the following SQL to get the info of the installed SQL Server.
SELECT @@Version
You can also try this.
SELECT serverproperty('edition')
Done =)
Reference:
Run the following SQL to get the info of the installed SQL Server.
SELECT @@Version
You can also try this.
SELECT serverproperty('edition')
Done =)
Reference: