Here’s the query used to retrieve the SQL Server Production Version information.
Pretty useful when diagnosing problems in multiple environments.
SELECT SERVERPROPERTY('productversion'), SERVERPROPERTY ('productlevel'), SERVERPROPERTY ('edition')
Cool. This is very usefull indeed.
Post a Comment
1 comment:
Cool. This is very usefull indeed.
Post a Comment