sp_GetTableEncryptionType
Advantage SQL Engine
Returns the encryption type for a table.
Syntax
sp_GetTableEncryptionType( TableName,CHARACTER,515 );
Parameters
TableName (I) Name (and optional path) of table
Output
The sp_GetTableEncryptionType procedure returns a result set containing the following information for the specified table.
Field Name |
Field Type |
Field Size |
Description |
EncryptionType |
Character |
10 |
Returns the current encryption type for the connection. Values are AES128, AES256, or RC4. |
See Also