can you any body tell me which service pack is installed in
the sql server?
Answers were Sorted based on User's Feedback
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 |
What are the limitation of the Online Index Rebuild Operation?
What is the difference between join and inner join?
what are the different ways of moving data/databases between servers and databases in sql server? : Sql server database administration
what is the primary use of the model database? : Sql server administration
difference between truncate, delete aur drop?
What is the purpose of grouping data in a report?
What is the openxml statement in sql server?
can you any body tell me the how to decrease the logfile
Define full outer join?
Magic Tables ?
How to Rebuild Master database in sql server 2005.
How to execute a sql statement using mssql_query()?