diff --git a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-sqlserver/schema/001-create-schema.sql b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-sqlserver/schema/001-create-schema.sql index da63f609c..9a8bec8f2 100644 --- a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-sqlserver/schema/001-create-schema.sql +++ b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-sqlserver/schema/001-create-schema.sql @@ -17,20 +17,6 @@ -- 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 --