How to determine the service pack currently installed on
SQL Server?
Answer Posted / rahul
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
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How to convert numeric expression data types using the cast() function?
What are the risks of storing a hibernate-managed object in a cache? How do you overcome the problems?
How can I change procedure name in sql server?
How would you choose between a clustered and a non-clustered index?
What is auditing in sql server?
You have a table with close to 100 million records recently, a huge amount of this data was updated now, various queries against this table have slowed down considerably what is the quickest option to remedy the situation?
What is difference between Datepart() and Datename() in SqlServer?
How to create a dynamic cursor with the dynamic option?
Why should you use or avoid select * statements?
Explain rdbms?
What is etl - extraction, transformation, and loading?
Explain about merge replications?
how to take backup bcp out for a column in table in sql server?
What is scan table/view and seek table/view when its occurs? : sql server database administration
How to create a store procedure with encryption?