What are the steps you will take to improve performance of a
poor performing query?
Answer / m.sivakumar
Some general issues that you could talk about would be:
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.
Is This Answer Correct ? | 8 Yes | 1 No |
How does using a separate hard drive for several database objects improves performance right away?
What is the difference between Normalization and De-normalization?
What is cursor in ms sql server?
What are the advantages of log shipping?
What is merge statement?
SYNTAX FOR VIEWS WITH EXAMPLE HOW TO LINK TWO TABLES
What command do we use to rename a db, a table and a column?
What is a job?
What is bit data type?
What is the optimal disk configuration for a database server and what raid configurations would you use if budget is not a constraint?
What is partition, how will you implement it? : sql server analysis services, ssas
How to define output parameters in stored procedures?