Bug

Hi Redgate Team,

since the last update SQL Prompt will add a semicolon to the following code 

-- Clear the query store
ALTER DATABASE current SET QUERY_STORE CLEAR ALL;
GO
-- Semicolon is added
SET; STATISTICS IO, TIME ON;
GO

Thanks for fixing!

Torsten
MVP

Sign In or Register to comment.