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 are trace flags?

0 Answers  


difference between select column name from table name where serviceid=2; and select max(column name) from table name where serviceid=2; IN ORACLE

3 Answers   Intel, Wipro,


how to count datewise data in sqlserver

4 Answers   CarrizalSoft Technologies, IndusInd Bank,


Can you please explain the difference between function and stored procedure?

0 Answers  


What is storeprocedure?Tell me synatx for how to write stored procedure.

1 Answers   Cap Gemini,






What is a system database and what is a user database?

0 Answers  


List some of the rules that apply to creating and using a ‘view’

0 Answers  


How to execute the cursor queries with "open" statements?

0 Answers  


What is the difference between substr and charindex in the sql server?

0 Answers  


How many types of indexes are there in SQL Server?

6 Answers   CarrizalSoft Technologies, United Healthcare,


Do you know query execution plan?

0 Answers  


What do you mean by data manipulation language?

0 Answers  


Categories