How to determine the service pack currently installed on
SQL Server?
Answer Posted / pavit
So many ways:
1.) right click on the server name and then click on
properties. From there you can see all the Server details
including sp.
2.) In Query Analyzer window type select @@version and
execute
3.) in Query Analyzer type xp_msver
4.) so so so so so so so
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
How to generate create view script on an existing view?
How can we check the sql server version?
What do you understand by triggers?
How do I get Report Builder to generate a parameter that can be set by users viewing the report?
What is system stored procedures?
What is index in an assignment?
What are translations and its use? : sql server analysis services, ssas
How to delete multiple rows with one delete statement in ms sql server?
What are click through reports?
What are the basic functions for master, msdb, model, tempdb and resource databases? : SQL Server Architecture
What are horizontal and vertical scaling?
Introduction of rollup clause using sum and group by clause?
What is extended stored procedures?
What is bcnf normalization form?
Which tcp/ip port does sql server run on? How can it be changed?