mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 09:35:43 -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
203 B
Transact-SQL
12 lines
203 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
|