I want to find the version, SP applied (CU if any) applied on SQL server.
I am able to get verison no. using @@VERSION. But I want the whole list of patches/SP applied to it.
Can you please help me out.
Thanks,
Sunil
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
xp_msver tells you a lot.
To back track build (eg 4035 to SQL Server 2005 SP3) to hotfix, check this
Note: Service packs are cumulative. You can’t tell if SP1 was applied separately if SP2 is applied. Hotfixes are cumulative at the SP level. So HF Q961930 (HF2) for SQL Server 2005 means SP2 must be installed but you can’t assume that Q959195 (HF1) is applied