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 the use of @@spid?
Can you insert NULL in unique column?
What is the difference between truncate and delete commands?
Explain the phases a transaction has to undergo?
What is sub-query in sql server? Explain its properties.
IF more than one Site is accessing the same Database server and I want to move the DB with Minimum down time? How will you do
In one interview...interviewer ask me question pleas tell me sql server architecture.. can any body tell me the sql server architecture with digram
Explain what is public role in sql server?
What the different types of Replication and why are they used?
What is the maximum size of column in sql server?
Which database stores information about replication?
Explain the rules for designing files and file groups in sql server?
What are secondary xml indexes?
Tell me what do you mean by an execution plan? Why is it used? How would you view it?
What are the restrictions that views have to follow?