This commit is contained in:
2024-03-07 16:52:14 +01:00
parent bb404b6ce6
commit 859a324c7e
203 changed files with 68602 additions and 0 deletions

View 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