Which command using Query Analyzer will give you the version
of SQL server and operating system?
Answer Posted / madhu
select serverproperty('productversion')
| Is This Answer Correct ? | 11 Yes | 9 No |
Post New Answer View All Answers
What is the meaning of resultset type_scroll_insensitive?
What are the requirements to use odbc connections in php scripts?
what is denormalization? : Sql server database administration
What is format parameter in ssrs?
What is log cache in sql server?
What is SQL Azure Data sync?
What are the differences between left join and inner join in sql server?
Explain cross join or cartesian product in sql?
What is the difference between TRUNCATE and DROP?
What is the difference between join and inner join?
Explain about temporary stored procedure?
What does sql server mean?
Mention the differences between local and global temporary tables.
What is server-level principal?
Can a function call a stored procedure in sql server?