can you any body tell me which service pack is installed in
the sql server?
Answer Posted / manohari
SELECT @@VERSION
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
explain what is a deadlock and what is a live lock? How will you go about resolving deadlocks? : Sql server database administration
What is the difference between a fill factor of 100 and 0?
What is use of except clause? How does it differ from not in clause?
What is the use of set nocount on/off statement?
What is difference between views and stored procedures?
What happens if null values are involved in comparison operations?
What are different types of table joins?
Explain what are commit and rollback in sql?
Please illustrate physical database architecture? : SQL Server Architecture
Explain what are the restrictions that views have to follow? : SQL Server Architecture
How to create an inline table-valued function?
Can you explain important index characteristics?
what is the difference between writing data to mirrored drives versus raid5 drives. : Sql server administration
Difference between primary key and clustered index?
How we can refresh the view?