Get all field names from all tables in Sybase DB

sybase

I've been tasked to get all the fields in all tables in a Sybase DB. Anyone know how to do this? Thanks in advance.

Best Answer

EXEC sp_columns your_table_name