Comments are formatted wrong
SQL Prompt 7.3.0.437 will format the following
/*******************************************************************************
troubleshooting queries - query_hash and query_plan_hash
********************************************************************************/
/*
query_hash
Binary hash value calculated on the query and used to identify queries with
similar logic.
You can use the query hash to determine the aggregate resource usage for
queries that differ only by literal values.
*/
like this: (too many empty lines added with Whitespace / Preserve existing new lines between statements)
/*******************************************************************************
troubleshooting queries - query_hash and query_plan_hash
********************************************************************************/
/*
query_hash
Binary hash value calculated on the query and used to identify queries with
similar logic.
You can use the query hash to determine the aggregate resource usage for
queries that differ only by literal values.
*/
or like this: (no empty lines added with Whitespace / empty lines between statements 1)
/*******************************************************************************
troubleshooting queries - query_hash and query_plan_hash
*******************************************************************************/
/
query_hash
Binary hash value calculated on the query and used to identify queries with
similar logic.
You can use the query hash to determine the aggregate resource usage for
queries that differ only by literal values.
*/
In both cases the format is wrong - please correct.
Thanks!
Hi Torsten,
Unfortunately it looks like UserVoice has stripped out all of the formatting from your request. Would you be able to post it again on our support forum https://forums.red-gate.com/viewforum.php?f=169
Thanks,
Aaron.