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 the recursive stored procedure in sql server?
What is difference between count (*) and count 1?
What is user-defined functions? What are the types of user-defined functions that can be created?
What is difference between order by and group by?
What is report subscription?
What are the limitations in ssrs on sql server express edition?
Beginning with sql server version 7 0, a new enhanced data type nchar was added what type of data is supported with this data type?
How to select some specific columns from a table in a query in ms sql server?
How to find the source of a table in sql server?
What is key attribute?
Tell about MOM Tool(Microsoft Operator Manager)?
How do you know if sql server is running on your local system?
How to create an index on a view?
Explain syntax for disabling triggers?
What is transaction server implicit?