genestepura
Newbie
Points: 6
More actions
April 21, 2003 at 9:43 am
#159851
Get a list of tables used by a stored proc?
(insert, update, delete, select)
Allen Cui-55137
SSC Guru
Points: 51650
April 21, 2003 at 9:51 am
#454799
Run sp_depends 'yourspname'.
Andy Warren
Points: 119902
#454797
Sp_depends will give you some of it - isn't always 100% accurate since SQL allows you to reference objects not yet created.
Andy
http://www.sqlservercentral.com/columnists/awarren/
AndyConnect with me on LinkedIn
April 21, 2003 at 11:25 am
#454808
Exactly i.e. #temp tables are not included.
should I be looking looking for a parser?
Lots of very big procs.
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply