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.
2587Well 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 4830
Can we install sql server 2016 on windows 7?
How to download and install microsoft sql server management studio express?
What is a cache in ssrs?
How to maintain a fill factor in existing indexes?
Mention the differences between substr and charindex in sql server.
What are subqueries in sql server?
Explain transaction isolation levels in sql server?
Can you move the resources after pausing the node? : sql server database administration
Can foreign key be deleted?
What are 3 ways to get a count of the number of records in a table?
How do I clean up sql server transaction log?
Write the queries for commands like Create Table, Delete table, Drop Table etc.
Explain what is scheduled job and how to create it?
What is the purpose of the tempdb database?
Why de-normalization required?