Options

Semicolon after GO

Hi Redgate Team,
ALTER DATABASE AdventureWorks2016
SET QUERY_STORE CLEAR ALL
GO

will be formatted as
ALTER DATABASE AdventureWorks2016
SET QUERY_STORE CLEAR ALL
GO
;

I guess adding the semicolon is not indented here.

Thanks for looking into this!

Torsten

Answers

Sign In or Register to comment.