How to determine the service pack currently installed on
SQL Server?
Answer Posted / ramesh.l.v
SELECT SERVERPROPERTY('PRODUCTLEVEL')
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
What is set nocount on and what is set nocount off?
How can you find out which stored procedures are recompiling?
How does stuff differ from the replace function?
Describe and explain about SQL native client?
How do I start sql server agent automatically?
What is a file group?
can you implement data mining in SSRS?
How do I know if localdb is running?
What are the differences between stored procedure and view in sql server?
Distinguish between commit and rollback?
What is exporting and importing utility?
How do you rebuild an identity column?
What is 3nf normalization form?
Explain where clause?
What is difference between stored procedure and user defined function?