mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-363: Remove ALTER DATABASE CURRENT statements (not compatible with SQL Server 2008).
This commit is contained in:
@@ -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
|
||||||
--
|
--
|
||||||
|
Reference in New Issue
Block a user