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
Do you know what are the ways available in sql server to execute sql statements?
Explain what is meant by replication of database?
How can a user-defined datatype be created?
What is the need for group functions in sql?
What is sql profiler. What are the default templates with it? : sql server database administration
What new data source types were added in ssrs 2014?
What is apply operator in sql?
When a primary key constraint is included in a table, what other constraints does this imply?
What is a schema in ms sql server 2005?
What is exporting utility?
Do you know what is replace and stuff function in sql server?
How to execute multiple stored procedures at one time in sql server?
What are recommended options to be used while using db mirroring? : sql server database administration
What part does database design plays a role in performance of an sql server-based application?
What do you mean by sql server agent?