You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optional user-defined description of the assembly. Microsoft recommends using the canonical name that encodes the simple name, version number, culture, public key, and architecture of the assembly to trust. This value uniquely identifies the assembly on the common language runtime (CLR) side and is the same as the clr_name value in sys.assemblies.
create_date
datetime2
Date the assembly was added to the list of trusted assemblies.
created_by
nvarchar(128)
Login name of the principal who added the assembly to the list.
Remarks
Use Need to add sp_add_trusted_assembly and Need to add sys.trusted_assemblies add or remove assemblies from sys.trusted_assemblies.