Interview Questions  

Go Back   Interview Questions > Interview Questions & Answers > Information Technology > Databases > DB Administration

DB Administration DB Administration Interview Questions, Learn by sharing DB Administration Interview Questions asked in various Companies, Get Career advices, Interview Procedures from DB Administration experts, Post asked DB Administration Interview Questions and Answers.

   

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-16-2008, 06:43 AM
Senior Member
 
Join Date: Mar 2008
Posts: 4,634
Default What are the steps you will take to

What are the steps you will take to improve performance of a poor performing query?
Reply With Quote
  #2 (permalink)  
Old 07-07-2008, 12:59 PM
Junior Member
 
Join Date: Jul 2008
Posts: 5
Default

No indexes, table scans, missing or out of date statistics,
blocking, excess recompilations of stored procedures,
procedures and triggers without SET NOCOUNT ON, poorly
written query with unnecessarily complicated joins, too
much normalization, excess usage of cursors and temporary
tables.


Some of the tools/ways that help you troubleshooting
performance problems are: SET SHOWPLAN_ALL ON, SET
SHOWPLAN_TEXT ON, SET STATISTICS IO ON, SQL Server
Profiler, Windows NT /2000 Performance monitor, Graphical
execution plan in Query Analyzer.
Reply With Quote
Reply

Tags
db administration, interview questions

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On