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 policy based management (pbm)? : sql server database administration

1 Answers  


What do you understand by check constraint in sql server?

1 Answers  


Write a SQL query to make a column as unique?

1 Answers   Cap Gemini,


What is the maximum rows in sql server table?

1 Answers  


What is the use of CASCADE CONSTRAINTS?

3 Answers  


How to change server name in sql server?

1 Answers  


How do you read transaction logs

1 Answers  


Explain what are commit and rollback in sql?

1 Answers  


what is sql injection?

2 Answers  


How many .ndf files can we create in Sql server 2005?

2 Answers   Wipro,


how to find 6th highest salary

0 Answers   Chetak Logistics,


How to fetch records from a One to Many relationship table. eg: wanna get details of all orders for a specific customer. (do not want repeatation of master table records for child table records)

2 Answers  


Categories