How to determine the service pack currently installed on
SQL Server?
Answers were Sorted based on User's Feedback
Answer / swapna
The global variable @@Version stores the build number of
the sqlservr.exe, which is used to determine the service
pack installed.
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / rahul
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
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / 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 |
How to find the latest updated value in a table without sending any parameters to that query
What is query and its types?
What is an extended Stored Procedure?
What are the new scripting capabilities of ssms? : sql server management studio
What it means to be triggered?
How to execute a sql statement using mssql_query()?
What are the different types of lock modes in sql server 2000?
How to how to convert numeric expression data types using the convert() function??
How will you collect the date from current date to last older 6 days date in sql server 2005
What purpose does the model database server?
How efficient you are in oracle and SQL server?
Hi all, can any one please tell me the difference between sql server 2008 and orace 9i
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)