GUACAMOLE-363: Remove ALTER DATABASE CURRENT statements (not compatible with SQL Server 2008).

This commit is contained in:
Michael Jumper
2017-11-26 13:45:45 -08:00
parent 23084625ab
commit 1ec76b486a

View File

@@ -17,20 +17,6 @@
-- under the License. -- under the License.
-- --
--
-- Turn on ANSI_NULLS for the entire DB to make it ISO-compliant.
--
ALTER DATABASE CURRENT SET ANSI_NULLS ON;
GO
--
-- Turn on QUOTED_IDENTIFIER for the entire DB.
--
ALTER DATABASE CURRENT SET QUOTED_IDENTIFIER ON;
GO
-- --
-- Connection group types -- Connection group types
-- --