GUACAMOLE-363: Remove ALTER DATABASE CURRENT statements (not compatible with SQL Server 2008).
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 da63f60..9a8bec8 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
@@ -18,20 +18,6 @@
 --

 

 --

--- 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

 --