Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / programming / performance

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

5.00/5 (4 votes)
16 Oct 2011CPOL 25.6K  
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)