Format SQL Fails with FOR XML query
MikeyC
Posts: 249 Bronze 3
SQL Prompt 4.0.4.14 fails with an error saying:
"SQL Prompt was unable to format this script because some syntax errors were found while it was being parsed. These errors have been highlighted."
with this valid code:
"SQL Prompt was unable to format this script because some syntax errors were found while it was being parsed. These errors have been highlighted."
with this valid code:
SELECT (SELECT 'Test' FOR XML PATH(''), TYPE).value('.[1]','varchar(max)') AS Test
Comments
I will ask the team if there is a possibility of a quick patch fix.