SQLUSA

Microsoft SQL Server 2000

Best Practices

 

How to tell which stored procedures touch a table?

 

Use the system stored procedure:

sp_depends authors

You will get a list of database objects dependent on the authors table.

 

Best in the World in SQL Server Training
 
SQLUSA.com Home Page