Semicolon

Hi Redgate Team

The following code will fails due to a missing semicolon which should be inserted automatically

BEGIN TRAN -- missing semicolon here...
WITH CTE_A
AS
(select 1)
ROLLBACK TRAN

Would be nice to see the fix in the next release - thanks!

Torsten

Comments

Sign In or Register to comment.