65.9K
CodeProject is changing. Read more.
Home

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

Oct 14, 2011

CPOL
viewsIcon

25562

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.