Can you give me some DBCC command options?(Database consistency check) - DBCC CHECKDB - Ensures that tables in the db and the indexes are correctly linked.and DBCC CHECKALLOC - To check that all pages in a db are correctly allocated. DBCC SQLPERF - It gives report on current usage of transaction log in percentage. DBCC CHECKFILEGROUP - Checks all tables file group for any damage.
2469Well sometimes sp_reanmedb may not work you know because if some one is using the db it will not accept this command so what do you think you can do in such cases?
2 4622
Is sql different from sql server?
What are the mathematical functions supported by sql server 2005?
Insert syudents details in table.Current system date &time insert into joining time.How do insert?( in sysdate only return current system date how do add time?)
What are the differences between local and global temporary tables?
Explain what is the purpose of sql profiler in sql server?
What is the datatype of rowid?
what kind of lan types do you know? : Sql server database administration
How to run sql server 2005 books online on your local system?
What is conditional split?
Explain the database you used in your final year project?
Explain different types of collation sensitivity?
What are the acid properties?
What is equi join with example?
what data regions are and what are the different data regions?
How to delete a login name in ms sql server?