A “dependency” is the relationship between objects that occurs when one object refers to another, such as a stored procedure that refers to a table.
The Stored Procedures general tab has an over view of the information about a stored procedure. It includes information about who created the stored procedure and when, and the group number. This is a static page, except that you can rename the procedure from this page.
The Stored Procedure parameter tab displays information about the attributes of the input parameters. The attributes are:
Name – displays the name of the input parameter.
Type – displays the datatype of the input parameter.
Mode – displays the mode is either in or out, with in being an input parameter, and out being an output parameter.
Order – the order of the parameter in the list of parameters. This is a numeric vlaue.
The Store Procedure parameters tab is a static tab displaying the properties of the parameters for the stored procedure. To change the parameters displayed here, you must change the definition of the procedure by dropping it and recreating it with the new definition.
The Store Procedure permission tab displays a property sheet for the permissions. You can grant execute permissions for a stored procedure to users, groups, or roles.
When you chose a user to whom you want to grant stored procedure execute permission, you can select the property button to display the property sheet for the object you are selecting.
To grant a permission on an object, click in the grid box for the object and type of permission. Continue clicking in the box to cycle through the options:
Grant
Grant with grant
Revoke
Revoke with cascade
No permissions
Display dependencies for a stored procedure
Select the stored procedure.
Select File | Properties.
Click the Dependencies button on the General tab of the property sheet.
From the Object Type list, select the type of object you want to view. The options for the Referenced By tab are stored procedures and triggers. The options for the References tab are stored procedures, extended stored procedures, tables, views, and user datatypes.
Right-click the stored procedure icon. Then choose Dependencies from the shortcut menu.