Extended Stored Procedures Properties

Use the extended stored procedure Properties wizard to access and modify information on extended stored procedures.

Click your extended stored procedure and select Properties to initiate the Properties wizard.

Wizard Option Extended Stored Procedure Properties
General

View the name, type, database, owner, creation date, and dynamic link library (DLL) path of the stored procedure. The DLL need not exist when you create the extended stored procedure, but it must exist when you execute the extended stored procedure.

Permissions

Grant and revoke permissions on an extended stored procedure to users, groups, or roles. Choose the Grant option to allow the grantee to further grant permissions to other users. Select an object in the table of permissions, and click Properties to view the object properties.

See Granting Permissions on Database Objects and Revoking Permissions on Database Objects.

Referenced By

View the name, type, owner, and properties of objects that are referenced by this extended stored procedure. Click an object, then click Properties to view the object properties.

Related concepts
Manage Stored Procedures
Related tasks
Creating an Extended Stored Procedure