Is there any way to see what tables a stored procedure affects
without diving into the code?
Regards,
Ty"Tyler Hudson" <tylerh@.allpax.com> wrote in message
news:804fa945.0403020849.fcf8f0b@.posting.google.co m...
> I am attempting to document a sql server 2000 based accounting system.
> Is there any way to see what tables a stored procedure affects
> without diving into the code?
>
> Regards,
> Ty
You can try sp_depends, although it may not be completely accurate,
depending on the order in which objects were created.
Simon
No comments:
Post a Comment