What patches are applied to my SQL Server
Use
- select @@VERSION” OR
- SELECT SERVERPROPERTY(‘productversion’), SERVERPROPERTY (‘productlevel’), SERVERPROPERTY (‘edition’) ” Or
- Simply look at the value in the Management Studio Explorer
Now compare it to the list of SQL Server builds to determine which patches are installe
Leave a Reply
You must be logged in to post a comment.