can you any body tell me which service pack is installed in
the sql server?

Answers were Sorted based on User's Feedback



can you any body tell me which service pack is installed in the sql server?..

Answer / bharathi

SELECT @@VERSION

Running the above SELECT statemet will give you the version
of SQL server and its SP

Is This Answer Correct ?    5 Yes 0 No

can you any body tell me which service pack is installed in the sql server?..

Answer / manohari

SELECT @@VERSION

Is This Answer Correct ?    3 Yes 0 No

can you any body tell me which service pack is installed in the sql server?..

Answer / hari

Select serverproperty('product level')

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More SQL Server Interview Questions

What are the limitation of the Online Index Rebuild Operation?

1 Answers  


What is the difference between join and inner join?

0 Answers  


what are the different ways of moving data/databases between servers and databases in sql server? : Sql server database administration

0 Answers  


what is the primary use of the model database? : Sql server administration

0 Answers  


difference between truncate, delete aur drop?

2 Answers  






What is the purpose of grouping data in a report?

0 Answers  


What is the openxml statement in sql server?

0 Answers  


can you any body tell me the how to decrease the logfile

4 Answers  


Define full outer join?

0 Answers  


Magic Tables ?

2 Answers   Thomson Reuters,


How to Rebuild Master database in sql server 2005.

2 Answers   Wipro,


How to execute a sql statement using mssql_query()?

0 Answers  


Categories