The following excerpt, courtesy of Que Certification, is from
Chapter 10 of the book MCAD/MCSD/MCSE Training Guide (70-229): SQL Server 2000 Database Design and Implementation by Thomas Moore and Ed Tittel. Click for the complete book excerpt series or purchase the book.
STEP BY STEP - 10.8
Creating an index with Index Tuning Wizard
- Open the Index Tuning Wizard by selecting it from the menu, Tools, Wizards, Management, Index Tuning Wizard.
- When you start the Index Tuning Wizard, a screen displays the goals and aims that you can accomplish through using the Index Tuning Wizard. Click Next.
- This will lead to the opening of the second screen, which is used to select the server and database. Type in the name of your server and then select Pubs as the database (this is the database you are interested in tuning). Select Thorough for the tuning mode. Choosing Thorough processes a thorough, but time-taking analysis of the current situation and provides best results (see Figure 10.7). Click Next to proceed.
- This screen is where you choose workload-specific information. As the workload file, choose C:MyTrace.trc.
- Now you have a selection screen that asks which tables you want to tune. Select Dbo.Authors as the table and click Next.
- This screen processes workload information and gives advice as to which indexes should be placed on which columns. Click Next to continue.
- This is the last screen of Index Tuning Wizard. Click Finish.

FIGURE 10.7 Selecting a database and tuning mode.
Click for the complete book excerpt series.
This was first published in January 2006
Join the conversationComment
Share
Comments
Results
Contribute to the conversation