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
|`hash`|**varbinary(8000)**| SHA2_512 hash of the assembly content. |
33
+
|`description`|**nvarchar(4000)**| Optional user-defined description of the assembly. We recommend 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.`|
34
+
|`create_date`|**datetime2(7)**| Date the assembly was added to the list of trusted assemblies. |
35
+
|`created_by`|**nvarchar(128)**| Login name of the principal who added the assembly to the list. |
36
+
37
+
### Permissions
27
38
39
+
[!INCLUDE [sssql19-md](../../includes/sssql19-md.md)] and previous versions require `VIEW SERVER STATE` permission on the server.
28
40
29
-
|Column name |Data type |Description |
30
-
|--- |--- |--- |
31
-
|hash |varbinary(8000) |SHA2_512 hash of the assembly content. |
32
-
|description |nvarchar(4000) |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. |
33
-
|create_date |datetime2 |Date the assembly was added to the list of trusted assemblies. |
34
-
|created_by |nvarchar(128) |Login name of the principal who added the assembly to the list. |
41
+
[!INCLUDE [sssql22-md](../../includes/sssql22-md.md)] and later versions require `VIEW SERVER SECURITY STATE` permission on the server.
35
42
36
-
### Permissions
43
+
##Remarks
37
44
38
-
In [!INCLUDE [sssql19-md](../../includes/sssql19-md.md)] and previous versions, requires `VIEW SERVER STATE` permission on the server.
45
+
Use [sys.sp_add_trusted_assembly](../system-stored-procedures/sys-sp-add-trusted-assembly-transact-sql.md) to add, and [sys.sp_drop_trusted_assembly](../system-stored-procedures/sys-sp-drop-trusted-assembly-transact-sql.md) to remove assemblies from `sys.trusted_assemblies`.
39
46
40
-
In [!INCLUDE [sssql22-md](../../includes/sssql22-md.md)] and later versions, requires `VIEW SERVER SECURITY STATE` permission on the server.
41
-
42
-
## Remarks
43
-
Use **[sys.sp_add_trusted_assembly](../../relational-databases/system-stored-procedures/sys-sp-add-trusted-assembly-transact-sql.md)** to add and **[sys.sp_drop_trusted_assembly](../../relational-databases/system-stored-procedures/sys-sp-drop-trusted-assembly-transact-sql.md)** to remove assemblies from `sys.trusted_assemblies`.
0 commit comments