mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-03-10 12:01:39 -04:00
fixed the oe integration test failing in appveyor (#339)
* fixed the oe integration test failing in appveyor
This commit is contained in:
@@ -389,4 +389,6 @@
|
||||
[LoginID] ASC
|
||||
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, SORT_IN_TEMPDB = OFF, DROP_EXISTING = OFF, ONLINE = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
|
||||
GO
|
||||
|
||||
|
||||
/****** Column Set ***/
|
||||
CREATE TABLE tableWithColumnset (i int SPARSE, cs xml column_set FOR ALL_SPARSE_COLUMNS);
|
||||
Reference in New Issue
Block a user