You can use Database Engine Tuning Advisor graphical user interface (GUI) to tune databases by using workload files or tables. The Database Engine Tuning Advisor GUI enables you to easily view results of your current tuning session and results of previous tuning sessions. For more information, see Using Session Monitor to Evaluate Tuning Recommendations.
Determine the database features (indexes, indexed views, partitioning) you want Database Engine Tuning Advisor to consider adding, removing, or retaining during analysis. For more information, see About Workloads and Considerations for Using Database Engine Tuning Advisor.
Create a workload. For more information, see How to: Create Workloads
Launch Database Engine Tuning Advisor, and log into an instance of Microsoft SQL Server. For more information, see Starting Database Engine Tuning Advisor.
On the General tab, type a name in Session name to create a new tuning session.
Choose either a Workload File or Table and type either the path to the file, or the name of the table in the adjacent text box.
The format for specifying a table is
database_name.schema_name.table_name
To search for a workload file or table, click the Browse button.
Database Engine Tuning Advisor assumes that workload files are rollover files. For more information about rollover files, see Limiting Trace File and Table Sizes.
When using a trace table as a workload, that table must exist on the same server that Database Engine Tuning Advisor is tuning. If you create the trace table on a different server, move it to the server that Database Engine Tuning Advisor is tuning before using it as your workload.
Select the databases and tables against which you wish to run the workload that you selected in step 5. To select the tables, click the Selected Tables arrow.
Check Save tuning log to save a copy of the tuning log. Clear the check box if you do not want to save a copy of the tuning log.
You can view the tuning log after analysis by opening the session and selecting the Progress tab.
Click the Tuning Options tab and select from the options listed there. For more information, see Available Tuning Options.
Click the Start Analysis button in the toolbar.
If you want to stop the tuning session after it has started, choose one of the following options on the Actions menu:
For important information about the permissions required to use Database Engine Tuning Advisor, see Initializing Database Engine Tuning Advisor.