How to determine the service pack currently installed on
SQL Server?

Answer Posted / pavit

So many ways:
1.) right click on the server name and then click on
properties. From there you can see all the Server details
including sp.

2.) In Query Analyzer window type select @@version and
execute

3.) in Query Analyzer type xp_msver

4.) so so so so so so so

Is This Answer Correct ?    1 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How does recursive cte works in sql server?

520


Which sql server table is used to hold the stored procedure scripts?

603


Is it ok to shrink transaction log?

512


What is the contrast between sql and mysql?

588


What are the disadvantages of using querystrings to send data from one page to another?

580






How to replace given values with null using nullif()?

572


What are the new features in sql server 2016?

533


What are the advantages of using third-party tools?

544


What is the use of group by clause?

521


How to transfer an existing table from one schema to another schema in ms sql server?

504


Relational calculus is what type of language?

572


What do you understand by triggers?

514


What is the default sql server instance name?

556


Tell me the use of keyword with encryption. Create a store procedure with encryption?

545


you want to be sure that queries in a database always execute at the maximum possible speed. To achieve this goal you have created various indexes on tables which other statement will keep the database in good condition? : Sql server administration

548