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
Explain what is public role in sql server?
What are the different types of collation sensitivity?
Explain few examples of RDBMS?
What is the importance of three tier architecture?
Tell me what is difference between clustered and non clustered index?
What is dirty read?
Is sql server a database?
How do I know if localdb is running?
What are the difference between “where” and “having” clause in sql server?
What happens when unicode strings concatenate with non-unicode strings?
What is nonclustered index with included columns ?
How to create view in stored procedure sql server?
Write a query to include a constraint, to check whether the employee salary is greater than 5000?
What do you think of this implementation? Can this be implemented better?
System requirements for sql server 2005 express edition?