What are the steps to take to improve performance of a poor performing query? : sql server database administration


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL Server Interview Questions

What is a non clustered primary key?

0 Answers  


How to connect ms access to sql servers through odbc?

0 Answers  


What happens on checkpoint?

0 Answers  


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?

2 Answers   Accenture, Merrill Lynch, Wipro,


CREATE TABLE [dbo].[HPMS_CompetencyTypes](CompetencyType varchar(50) ) go create trigger hpms_create_Insert on HPMS_CompetencyTypes for insert as if Exists ( select * from [HPMS_CompetencyTypes] where CompetencyType=(select * from [HPMS_CompetencyTypes])) begin Rollback tran Raiserror ('duplicate value',12,6) go insert HPMS_CompetencyTypes (CompetencyType) values ('new') I'm new to trigger can any one tell me where is the issue. Please.

2 Answers  






What are statistics?

0 Answers  


Explain ms sql server reporting services vs crystal reports?

0 Answers  


What is the Main Difference between ACCESS and SQL SERVER?

0 Answers   MindCracker,


What is normalization of database?

0 Answers  


What is the difference between a Local temporary table and a Global temporary table? How is each one used?

2 Answers   HCL,


What is a join and their types?

2 Answers   Challenger Financial,


Which joins are sql server default?

0 Answers  


Categories