System Stored Procedure to List the Table Definition of a table as a printable report. The procedure must exist in the master database. This works for any table in the current database. Do not fully qualify the tablename.
Calling sample:
use pubs
exec sp_listtabledef 'authors'