what are the steps you will 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 the Difference beween sql server 2005 and sql server 2008

3 Answers   CMC, Hitech,


How to retrieve data from log files in SQL SERVER ?????

1 Answers  


how many instance use in sql server 2005

4 Answers   EFI, HCL,


What the class forname () does?

0 Answers  


what is the difference between count(*) and count(1) ?

0 Answers   MCN Solutions,






1. SELECT SUM(sal) as “Gross Salary” from EMPLOYEES; 2. SELECT MAX(sal) as “Highest Salary” from EMPLOYEES; ouput should be in table format

2 Answers  


How to concatenate two character strings together?

0 Answers  


How to list all triggers in the database with sys.triggers in ms sql server?

0 Answers  


How to execute a sql statement using mssql_query()?

0 Answers  


Why we are using the sql language?. What is the purpose of using this?

2 Answers  


How to insert a new row into a table with "insert into" statements in ms sql server?

0 Answers  


Does index speed up select statements?

0 Answers  


Categories