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 the need for group functions in sql?
Explain sub-query?
How to throw custom exception in Stored Procedure?
What is difference between view and materialized view?
how many bits ip address consist of? : Sql server database administration
What is index, cluster index and nonclustered index?
Explain about sql server login?
Does the unique constraint create an index?
What are data driven subscriptions?
A trigger can reference objects outside the current database? State true or false.
How to write an inner join with the where clause in ms sql server?
How to create a local temporary stored procedure?
What is merge?
What do you understand by recursive stored procedures?
Is it possible to create trigger on views?