I am trying to optimize queries but some of them give me the error "this type of sql statement not supported".
Example:
SELECT TOP (100) PERCENT dbo.T_CONTACT.CONTACT_ID
FROM dbo.T_CONTACT
WHERE dbo.T_CONTACT.FLAG = 1
Older versions of Optimizer do not support Top (n) Percent SQL statements.
Upgrade Toad for SQL Server and the corresponding Optimizer.
Toad for SQL Server 3.2 and SQL Optimizer v 6.5 and newer supports Top (n) Percent syntax.
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center