What is the command used to get the version of sql server?



What is the command used to get the version of sql server?..

Answer / anindya basu

SELECT @@VERSION AS CurVersion

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What is a benefit of using an after insert trigger over using a before insert trigger?

0 Answers  


Explain what you mean by 3 tier architecture.

0 Answers   TCS,


List out some of the requirements to set up a sql server failover cluster?

0 Answers  


What is the difference between osql and query analyzer?

0 Answers  


What is simple indexing method?

0 Answers  






How do I view a script in sql server?

0 Answers  


How to test values returned by a subquery with the in operator?

0 Answers  


What is a transactions?

0 Answers  


What is default constraint in ms sql server?

0 Answers  


When cursors are useful?

0 Answers  


What causes index fragmentation?

0 Answers  


After recovering the database by using tail log backup.How to verify the data has been sucessfully restored or not.?

0 Answers   Cognizant,


Categories