How to determine the service pack currently installed on
SQL Server?
Answer Posted / swapna
The global variable @@Version stores the build number of
the sqlservr.exe, which is used to determine the service
pack installed.
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What is autocommit mode in sql server?
explain what are the steps you will take, if you are tasked with securing an sql server? : Sql server database administration
Explain the disadvantages of cursors?
What is a non clustered primary key?
What is sql server profiler?
What are the advantages of using cte?
What are the different index configurations a table can have?
what is isolation level at dead lock?
Why is there a performance difference between two similar queries where one uses union and the other uses union all?
How to create new databases with "create database" statements?
What is default constraint?
Difference between DELETE and TRUNCATE?
What is sql server english query?
What is an example of a primary key?
What is the openxml statement in sql server?