can you any body tell me which service pack is installed in
the sql server?
Answer Posted / manohari
SELECT @@VERSION
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the maximum size per database for sql server express?
What is the difference between implicit and explicit transaction?
Can truncate be rolled back?
What is sql server transaction log file?
What is the difference between createstatement and preparedstatement?
What is nested transaction?
What is difference between rollback immediate and with no_wait during alter database?
How to create a trigger for insert only?
What are different types of replication in sql server?
How to get a list of table columns using the "sp_columns" stored procedure in ms sql server?
What is the use of keyword with encryption. Create a store procedure with encryption?
as a part of your job, what are the dbcc commands that you commonly use for database maintenance? : Sql server database administration
Does full backup break log chain?
Explain multiserver query
What do you think of this implementation? Can this be implemented better?