can you any body tell me which service pack is installed in
the sql server?
Answer Posted / bharathi
SELECT @@VERSION
Running the above SELECT statemet will give you the version
of SQL server and its SP
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
System requirements for sql server 2005 express edition?
Does sql server 2000 clustering support load balancing?
What are the steps to process a single select statement?
How to modify the underlying query of an existing view?
You want to implement the one-to-one relationship while designing tables. How would you do it?
What are the steps you can take to avoid “deadlocks”?
What is the boxing and unboxing concept in .net?
Can we call future method from queueable?
What are the database roles? : sql server security
explain different types of backups avaialabe in sql server? : Sql server database administration
What is oltp (online transaction processing)?
Why use cursor in sql server?
What is the difference between for auto and for nested?
What are the Advantages of using CTE in sql server?
What is the Difference Between Primary and Foreign Key?