As a part of your job, what are the DBCC commands that you
commonly use for database maintenance?
Answer Posted / swapna
DBCC CHECKDB, DBCC CHECKTABLE, DBCC CHECKCATALOG, DBCC
CHECKALLOC, DBCC SHOWCONTIG, DBCC SHRINKDATABASE, DBCC
SHRINKFILE etc.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of the tempdb database?
How connect excel to sql server?
What security features are available for stored procedure?
Is candidate a key?
What is an execution plan? How would you view the execution plan?
In my application I have a process which picks the scanned files (tif format) from a shared location and it links to application and shown on it.The actuall issue is that my process picks the file before it is completly written or scanned which results in displaying few parts of the image or incomplete image.I need to check if the file is not completly scanned or written then do not link it to application.Please help if any body tell me that how can i check that file is in written phase or locked through DTS.thanking you in advance
Explain trigger classes i.e. Instead of and after trigger?
How to retrieve field values using mssql_result()?
What is bcp? When does it use?
What is store procedure? How do they work?
What do you mean by normalisation?
OPTIMIZATION OF SP,CURSOR,TRIGGERS
What is the preferred way to create a clustered and non-clustered index? Which index should you create first the clustered or non-clustered?
What do you mean by recursive stored procedure?
What are the source of constraints?