|
INTERVIEW QUESTIONS
MICROSOFT
.NET DATABASE
DETAILS
Question: How do you use DBCC statements to monitor various ASPects of a SQL Server installation?
Answer: Database Consistency Checker (DBCC) - Is a statement used to check the logical and physical consistency of a database, check memory usage, decrease the size of a database, check performance statistics, and so on. Database consistency checker (DBCC) ensures the physical and logical consistency of a database, but is not corrective. DBCC can help in repairing or checking the installation in case of any failure.
|
|
|
Category |
.Net Database Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.3) By 7041 users |
Added on |
9/13/2014 |
Views |
66432 |
Rate it! |
|
|
Question:
How do you use DBCC statements to monitor various ASPects of a SQL Server installation?
Answer:
Database Consistency Checker (DBCC) - Is a statement used to check the logical and physical consistency of a database, check memory usage, decrease the size of a database, check performance statistics, and so on. Database consistency checker (DBCC) ensures the physical and logical consistency of a database, but is not corrective. DBCC can help in repairing or checking the installation in case of any failure. Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
What is the purpose of UPDATE STATISTICS?
|
View Answer
|
|
What are cursors? Name four type of cursors and when each one would be applied?
|
View Answer
|
|
What is the difference between a Local temporary table and a Global temporary table? How is each one used?
|
View Answer
|
|
What does it mean to have quoted_identifier on? What are the implications of having it off?
|
View Answer
|
|
What is the STUFF function and how does it differ from the REPLACE function?
|
View Answer
|
|
What is an execution plan? When would you use it? How would you view the execution plan?
|
View Answer
|
|
What is an execution plan? When would you use it? How would you view the execution plan?
|
View Answer
|
|
What is one of the first things you would do to increase performance of a query? For example, a boss tells you that “a query that ran yesterday took 30 seconds, but today it takes 6 minutes”?
|
View Answer
|
|
What is the purpose of using COLLATE in a query?
|
View Answer
|
|
Using query analyzer, name 3 ways you can get an accurate count of the number of records in a table.
|
View Answer
|
|
What are the types of cookies are there?
|
View Answer
|
|
How many types of cookies are there?
|
View Answer
|
|
Explain differences between ADO and DAO.
|
View Answer
|
|
What is State?
|
View Answer
|
|
Name atleast two methods of response object other than Transfer.
|
View Answer
|
|
Name atleast three methods of response object other than Redirect.
|
View Answer
|
|
What does Server.MapPath do?
|
View Answer
|
|
How can you deploy an asp.net application ?
|
View Answer
|
|
If there is a calendar control to be included in each page of your application, and and we do not intend to use the Microsoft-provided calendar control, how do you develop it? Do you copy and paste the code into each and every page of your application?
|
View Answer
|
|
How do you separate business logic while creating an ASP.NET application?
|
View Answer
|