I am researching a problem in a sybase database and I need to know the table structure. I've gotten sp_tables to list the tables, but there are 383 of them and you can only scroll up to the last 20 or 30. How can I pipe the output or limit it so that I can see all of the tables? I am logged in using SSH and accessing the database using "isql -Uxxxx -Pxxxx". This is the only option I have for accessing the database.