Skip to content

SQL Server Go Statement

Tako Lee edited this page Mar 11, 2014 · 3 revisions

Add an empty line after GO statement

Option: fmt123_vs_mssql_blank_line_after_go = true, type: TFmtBoolean.

SET ANSI_NULLS ON
GO
 
SET QUOTED_IDENTIFIER OFF
GO

Clone this wiki locally