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
If no size is defined while creating the database, what size will the database have?
How to create percentile function?
what stored procedure can you use to display the current processes? : Sql server administration
Which is the best place or learning center for MS SQL?????In Bangladesh?????
is there a column to which a default can't be bound? : Sql server database administration
what is sql server? : Sql server database administration
How to get a list of columns using the "sp_help" stored procedure in ms sql server?
What is partition index in sql server?
How to get the number of affected rows?
Can one drop a column from a table?
Explain filtered indexes benefits?
how to create a scrollable cursor with the scroll option? : Sql server database administration
Which are the important points to note when multilanguage data is stored in a table?
How do you manipulate data?
What do you understand by hotfixes and patches in sql server?