Comments
Sort by recent activity
I'm experiencing the same thing. It also occurs when writing conditional statements, such as:
IF @strName IS NULL
BEGIN
SET @strName = 'Bob' -- This would have been indented in SQL Prompt 3
END
This is quite annoying after not having to deal with indentation for so long, SQL Prompt 3 did a great job of handling this. / comments
I'm experiencing the same thing. It also occurs when writing conditional statements, such as:
IF @strName IS NULL
BEGIN
SET @strName = 'Bob' -- This would have been indented in SQL Prompt 3
END
...