I have access to command line isql and I like to get Meta-Data of all the tables of a given database, possibly in a formatted file. How I can achieve that?
Thanks.>
For Sybase ASE, sp_columns table_name will return all the table metadata you are looking for.