How to determine the service pack currently installed on
SQL Server?
Answer Posted / ramesh.l.v
SELECT SERVERPROPERTY('PRODUCTLEVEL')
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
How to get a list of columns using the "sp_help" stored procedure in ms sql server?
Explain optimistic and pessimistic concurrency?
Is the primary key column of a table an index in ms sql server?
i have made a project i vb.net n created a .exe of it after installing it in to any pc, the database (sql express) is not geting accesed i.e the aplication cuts the link of the database, so plz help in this matter.
Describe different Processing Modes offered by SSRS?
How to receive output values from stored procedures?
What is a result set object returned by odbc_exec()?
Explain what are magic tables in sql server?
Are there any preferred steps that need to be taken care of before starting the installation of sql server 2000?
What is a bit datatype?
How to drop an existing schema in ms sql server?
What is the difference between Clustered and Non-Clustered Index?
What are types of subqueries?
You are creating an application where users are asked their gender in the gender combo box you have three options: ‘male’ , ‘female’ and ‘i choose not to disclose’ these options are stored in the table as 1, 0 or null which datatype should you use?
How to delete a database in ms sql server?