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
Why truncate is ddl command?
What are examples of triggers?
Can the “if update (colname)” statement be used in a delete trigger?
What is difference between joins and subqueries?
What is ddl and dml commands?
What is the importance of concurrency control?
Define inner join? Explain with an example?
What is right outer join in sql server joins?
What is sql server database?
What is logon trigger?
How to loop through result set objects using odbc_fetch_row()?
Can a database be shrunk to 0 bytes, if not, why?
What do you understand by SQL*Net?
What is the syntax for encrypting a column in SQL Server?
Explain different types of lock modes in sql server 2000?