CREATE or ALTER ASSEMBLY for assembly 'Test.CLRFunctions' with the SAFE or EXTERNAL_ACCESS option failed because the 'clr strict security' option of sp_configure is set to 1. Microsoft recommends that you sign the assembly with a certificate or asymmetric key that has a corresponding login with UNSAFE ASSEMBLY permission. Alternatively, you can trust the assembly using sp_add_trusted_assembly. solution: sp_configure 'clr strict security', 0 RECONFIGURE;
this site will guide you how to overcome some problems you may face during your work and guide you how to perform simple technical operations to achieve your goals.