Bug: Cursors over queries formed with CTEs

SvdSinnerSvdSinner Posts: 13
edited April 25, 2008 1:05AM in SQL Refactor Previous Versions
While SQL Refactor works for cursors, and for statements with CTEs, it throws an error if you try to layout the SQL on a Cursor defined by a query formed with a CTE.

I gives the standard "SQL Refactor was unable to lay out this script because some errors were found while it was being parsed. These errors have been highlighted." and it highlights the WITH CTENAme (Column1, Column2) AS portion of the script.

Comments

Sign In or Register to comment.