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.>
sp_tables will also work in isql. It gives you the list of tables in the current database.
sp_tables