February 6, 2014 at 12:50 pm
Hi Does any one have query to get CU# of sql server Instance ?
Thanks in advance 🙂
February 6, 2014 at 1:24 pm
SELECT SERVERPROPERTY('productversion'), SERVERPROPERTY ('productlevel'), SERVERPROPERTY ('edition')
Use this excellent site to look up which CU matches the build:
http://sqlserverbuilds.blogspot.be/
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
February 6, 2014 at 1:49 pm
SO we do not have any Query for CU # ? that i can run on Server instead of looking it manually ?
Thanks in Advance
February 6, 2014 at 2:01 pm
RamSteve (2/6/2014)
SO we do not have any Query for CU # ? that i can run on Server instead of looking it manually ?Thanks in Advance
Nope. You can add a table that lists all the different build numbers and their CU level, so you can look it up when you query.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply