|
This row inserts a single row into abaspecialperms. If the object is an assembly, it also performs a check that the assembly is signed with a public key.
The parameters but the last one, maps to the columns in the table @objname sysname @is_serverperm bit @permission nvarchar(4000) @assembly_bits varbinary(MAX) -- image on SQL 2000. @safe_bits varbinary(MAX) -- image on SQL 2000. @keymissing bit OUTPUT
If @keymissing is 1 on output, the safe dummy assembly was not signed with a key. The client will raise an error as a consequence of this. |
|
|
|