What is the command used to get the version of sql server?
Answer Posted / anindya basu
SELECT @@VERSION AS CurVersion
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the differences between sql server and mysql.
What is sub-query in sql server?
What is TDS(Tabular Data Stream) Gateway?
What is nonclustered index on computed columns?
Can a stored procedure call itself or recursive stored procedure? How much level sp nesting is possible?
Is candidate a key?
What is the temp table?
What is isolation levels?
How to modify an existing stored procedure in ms sql server?
How to defragment table indexes?
What is the difference between seek predicate and predicate?
What is optimistic concurrency?
Define cross join in sql server joins?
List down some advantages of sql stored procedure?
What do you mean by a dependent functionality in a build?