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:
SELECT (SELECT 'Test' FOR XML PATH(''), TYPE).value('.[1]','varchar(max)') AS Test
"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: