Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How do you check the performance of a query and how do you
optimize it?

Answer Posted / guest

WE CAN EVALUATE THE QUERY PERFORMANCE BY RUNNING THE
EXECUTION PLAN OF THE QUERY.IF THE QUERY NEEDS ITS
PERFORMANCE TO BE OPTIMISED THEN WE WILL BE CREATE A VIEW
FOR THE TABLE USING 'WITH SCHEMA BINDING ' OPTION ,THEN
SUBSEQUENTLY CREATE A MATERIALISED VIEW USING INDEX
DEFINITION.FINALLY CHECK FOR THE EXECUTION PLAN (THAT
PREVENTS THE EXPENSE OF I/O READS).

Is This Answer Correct ?    6 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is faster join or union?

1318


How to delete duplicate rows in sql server?

1154


Explain system views?

1133


Why is sql server log file full?

1080


Tell me what is difference between clustered and non clustered index?

981


What are commonly used mssql functions in php?

1144


What is the most common trace flags used with sql server?

1118


How will you add a dimension to cube? : sql server analysis services, ssas

1136


What does man by sql wildcard characters in sql server?

1106


what is blocking? : Sql server database administration

1088


What kind of problems occurs if we do not implement proper locking strategy?

1465


what is database replication? : Sql server database administration

1129


What is clustered primary key?

1082


What does it mean if @@cursor_row returns a negative number?

1037


Explain having clause?

1028