Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,7 @@
SET NOCOUNT ON ;
GO

-------------------------------------------------------------------------------------------------------------------------------
-- Turn advanced options on
EXEC sys.sp_configure @configname = 'show advanced options', @configvalue = 1 ;
GO
RECONFIGURE WITH OVERRIDE ;
GO
-- Enable CLR
EXEC sys.sp_configure @configname = 'clr enabled', @configvalue = 1 ;
GO
RECONFIGURE WITH OVERRIDE ;
GO

@@ENABLE_CLR_STATEMENTS@@
-- Add trusted assembly if we are running on SQLServer 2017
IF OBJECT_ID(N'sys.trusted_assemblies', N'V') IS NOT NULL
BEGIN
Expand Down
2 changes: 2 additions & 0 deletions LDK/resources/schemas/dbscripts/sqlserver/ignored_scripts.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Naturalize_install_1.0.1.sql
Naturalize_uninstall.sql