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
How to remove duplicate rows from table?
Difference between LEN() and DATALENGTH() in sql server ?
How can you control the amount of free space in your index pages?
Do you know the cursor optimization tips?
Explain having clause and where clause?
How to query multiple tables jointly?
What is query and its types?
Explain optimistic and pessimistic concurrency?
What are the three different part of rdl file explain them?
How do I run a trace in sql server?
As per your opinion what are the five top responsibilities of a dba? : sql server database administration
How to deploy the Report?
What do you mean by sql server 2005 express management tools?
Tell me what are cursors and when they are useful?
Can we call future method from queueable?