Execution Plan and Syntax Check

Все доброго времени суток.

За время работы в вашей программе столкнулся со следующими проблемами -

  1. Проценты не корректно отображаются в плане выполнения запроса. В отличии от SSMS, в планах выполнения часто указываются нулевые проценты стоимости запроса. Есть ли возможность исправить данную ошибку?

  2. Нет возможности настроить систему для того что бы она корректно воспринимала пользовательские агрегатные функции. Пример - функция list. Она была добавлена в базу данных из внешней dll и используется для соединения строк. Однако если перед параметром функции list поставить ключевое слово DISTINCT, TOAD for SQL SERVER распознает его как не корректный синтаксис и выдаст множество синтаксических ошибок. Однако код является валидным и успешно выполняется. Есть ли возможность исправить данную ошибку?


Hello.

During the work in your program faced the following problems -

  1. The interest is not correctly displayed in the query execution plan. Unlike SSMS, execution plans are of zero interest cost of the query. Is there a way to fix this error?

  2. There is no possibility to configure the system for that would it correctly take a user-defined aggregate functions. Example - function list. It was added to the database from an external dll and is used to join strings. However, if before the function parameter list to put the DISTINCT keyword, TOAD for SQL SERVER will recognize it as invalid syntax and will give you many syntax errors. However, the code is valid and runs successfully. Is there a way to fix this error?

VERSION - Toad for SQL Server 6.6.0.963

Any ideas?

Hi BAH–zer,

Thanks for your post.

Have you try to use v6.8? it seem that work fine.

Regards,

Michael

Hi, this errors persists.


toad_for_sqlserver_2017_x86_trial_full - 6.8

Hi BAH–zer,

The parser error still exists in latest parser versions. Sorry for the inconvenience it caused. It is queued for fixing (QP-2603).

Thanks,
Andre

Can you say anything about percents in execution plan?

Both errors remained in version Toad for SQL Server 6.8.2.9 (64 bit)