Using SQL Prompt version 7.5.0.675 I "Find Unused Variables and Parameters" but get "SQL Prompt was unable to complete this operation. Problem areas have been highlighted." This is the statement it fails on:
DROP TABLE IF EXISTS #temp
However, the statement can be "Format SQL"-formatted without error.
DROP TABLE IF EXISTS #temp
However, the statement can be "Format SQL"-formatted without error.