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
Explain DBCC?
What is buffer cash in sql server?
Explain the difference between delete,drop and truncate in SQL Server?
how to overcome kernel isssues
what is the system function to get current user's user id? : Sql server database administration
What is filestream?
I applied Transactional with updatable subscriptions replication on 2 tables now i want to delete those 2 tables but i cannot delete those tables as replication is running how can i stop replication for those 2 tables(but i don't want to delete those replicated tables but i need to stop the replication) how can i do that
Why I am getting "the microsoft .net framework 2.0 in not installed" message?
Why would you call update statistics?
How can you ensure that the database and sql server based application perform well?
what's the information that can be stored inside a bit column? : Sql server database administration
Does the unique constraint create an index?
In one interview...interviewer ask me question pleas tell me sql server architecture.. can any body tell me the sql server architecture with digram
Benefits of Stored Procedures?
What is acid properties?