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 is difference between inner join and join?
Does the unique constraint create an index?
How do I view a stored procedure in sql server query?
What is difference between Datepart() and Datename() in SqlServer?
what are the steps you will take, if you are tasked with securing an sql server? : Sql server database administration
What are the source of constraints?
how would you write a sql query to compute a frequency table of a certain attribute involving two joins? What changes would you need to make if you want to order by or group by some attribute? What would you do to account for nulls?
How to remove duplicate rows from table except one?
Suppose we have a table "MyTable" containing 10 rows, what query should be executed to update the odd rows "Salary" as 9000?
What is ms sql server index?
what are the different ways of moving data/databases between servers and databases in sql server? : Sql server database administration
Which rendering formats are affected by the pagesize properties?
Tell me what is sql profiler?
What is collation sensitivity?
What are the steps you must follow to hide sql server instances?