Click here to Skip to main content
15,886,026 members
Articles / General Programming / Performance
Tip/Trick

Video Tip:- Improve SQL Server performance by using SQL server profiler

Rate me:
Please Sign up or sign in to vote.
5.00/5 (4 votes)
16 Oct 2011CPOL 25.3K   8  
If you want to quickly get index suggestions and improve performance in SQL Server, then Profiler and tuning wizard is the first place to start.

Many times, developers think hard on which columns to create clustered indexes and non-clustered indexes. Below is a quick video tip which will help you get index suggestions using profiler and tuning advisor.

http://youtu.be/AaPaIVI-yyI?hd=1[^]

It's a 3 step process:


  1. Get your load file using the SQL server profiler.
  2. Pass this load file to the tuning advisor.
  3. Finally implement the suggestion given by tuning advisor using your own thought process.


Do watch the above video for full practical details.

For further reading do watch the below interview preparation videos and step by step video series.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect https://www.questpond.com
India India

Comments and Discussions

 
-- There are no messages in this forum --