I had to do some work on a 2000 database with very long stored procedures. The script was designed to pull out the names of all tables which a stored procedure references.
I'm posting it here in the knowledge that you'll alert me if it doesn't work properly. I'm already aware of a potential problem when a table name is split over two lines in syscomments.
The #endchars thing is to avoid getting a match on a table 'Table1' when the sp contains a reference to 'Table12'