sys.sp_add_trusted_assembly
general #stored-procedure
Description
2017 (14.x) and later Adds an assembly to the list of trusted assemblies for the server. This procedure adds an assembly to The SHA2_512 hash value of the assembly to add to the list of trusted assemblies for the server. Trusted assemblies might load when Server configuration: clr strict security even if the assembly is unsigned or the database isn’t marked as trustworthy.
Syntax
sp_add_trusted_assembly
[ @hash = ]
'value'
[ , [ @description = ]
'description'
]
[ ; ]