sync
This commit is contained in:
11
TPDT-268 - ACP in task sequence/3_Execute_CLR.sql
Normal file
11
TPDT-268 - ACP in task sequence/3_Execute_CLR.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
exec master.dbo.sp_configure 'show advanced option', 1;
|
||||
RECONFIGURE WITH OVERRIDE
|
||||
exec master.dbo.sp_configure 'Ad Hoc Distributed Queries',1
|
||||
exec master.dbo.sp_configure 'xp_cmdshell',1
|
||||
exec master.dbo.sp_configure 'clr enabled',1
|
||||
exec master.dbo.sp_configure 'Database Mail XPs',1
|
||||
exec master.dbo.sp_configure 'show advanced option', 0;
|
||||
RECONFIGURE WITH OVERRIDE
|
||||
|
||||
EXECUTE [HCITools].[dbo].[apssys_CLR_Triapharm_Database_Tools]
|
||||
GO
|
||||
Reference in New Issue
Block a user