Which command using Query Analyzer will give you the version
of SQL server and operating system?
Answer Posted / madhu
select @@version
| Is This Answer Correct ? | 34 Yes | 6 No |
Post New Answer View All Answers
what is datawarehouse?
What is SQL Azure Data sync?
Can you please explain the difference between primary keys and foreign keys?
What is difference between count (*) and count column?
Do you know nested transaction?
How to rename an existing table with the "sp_rename" stored procedure in ms sql server?
Does partitioning help performance?
Why functions are used in sql server?
What are the different editions available in sql server 2000?
What structure can you implement for the database to speed up table reads?
What are different types of constraints?
How can we delete a table in sql server?
Explain the third normal form(3nf)?
what stored procedure can you use to display the current processes? : Sql server administration
What stored by the tempdb ? : sql server database administration