Article ID: 203777 - Last Review: March 14, 2006 - Revision: 2.1 FIX: ITW/Perform Index Analysis Fails on Table Names Not Represented in System LocaleThis article was previously published under Q203777
BUG #: 53157 (SQLBUG_70)
SYMPTOMS
The Index Tuning Wizard (ITW) does not work on a table that has a table name defined using characters that cannot be represented in the system locale of the computer that the ITW is run on. If you use a workfile under these conditions to analyze a SELECT statement from the SQL Server Profiler's "Index Tuning Wizard", you may see the following error message:
There are no events in the workload. Either the trace file contained no SQL batch or RPC events or the SQL script contained no SQL queries.
The query was unparseable for one of the following reasons: 1. The user has selected the wrong database or text of the query selected for analysis is not parseable. 2. The keyword GO was selected for tuning. WORKAROUND
Use only characters that can be represented in the system locale of the client computer on which the ITW is run in the names of your tables. If you are unsure what these characters are, you may choose to use only the base Latin characters (A-z and 0-9), because these characters can be represented with any system locale.
STATUS
Microsoft has confirmed this to be a problem in SQL Server 7.0. This problem has been corrected in U.S. Service Pack 1 for Microsoft SQL Server 7.0. For more information, click the following article number to view the article in the Microsoft Knowledge Base: 232570
(http://support.microsoft.com/kb/232570/
)
INF: How to Obtain Service Pack 1 for Microsoft SQL Server 7.0 and Microsoft Data Engine (MSDE) 1.0
For more information, contact your primary support provider.
| Article Translations
|
Back to the top
