mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 17:23:27 -05:00
- Ensure minimum of 2 newlines after GO statement - All existing unit tests are passing, indicating this is respecting scenarios where users have comment lines after GO statements (this happens in many other tests)
12 lines
200 B
Transact-SQL
12 lines
200 B
Transact-SQL
use WideWorldImporters;
|
|
go
|
|
|
|
alter database current collate Latin1_General_100_CI_AS;
|
|
go
|
|
|
|
alter database current set RECOVERY SIMPLE;
|
|
go
|
|
|
|
alter database current set AUTO_UPDATE_STATISTICS_ASYNC on;
|
|
go
|