How can I get sqsh to tell me which tables are available?
Does sp_tables
work for you? Are you trying to get tab completion when creating a query?
After some help from this site and some trial and error:
select table_name from systable
go
Painfully enough, sp_help
doesn't exist in my version.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With