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.
2281Well 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 4303
What is the difference between NOROW and LOCKROW?
How many database files are there in sql server 2000?what are they?
What is the difference between dataadapter and datareader?
How to rename an existing column with sql server management studio?
How to create a dml trigger using create trigger statements?
What is sql or structured query language?
How to add code to the existing article (using improve article)?
What is Lock table in SQL?
What is cursors?
What is normalization of database? What are its benefits?
What is plan freezing?
What are entities and relationships?
What are window functions in sql server?
What are the types of resultset?
Does partitioning improve performance?