Top "Sqsh" questions

for the venerable ‘isql’ program supplied by Sybase.

SELECT query on a table with a space in the name using SQSH

I'm using SQSH (version 2.1) on Ubuntu 10.04 to connect to a MSSQL database using a command like this: sqsh -S server …

sql-server sqsh
What's the equivalent of "Show Tables" in SQSH

How can I get sqsh to tell me which tables are available?

sybase sqsh
SQL server integer vs decimal SUM

This is probably a newb question but...I was working on a db in SQSH and it had integer type …

sql sql-server integer decimal sqsh
how do i pass in a command to sqsh and get the output to a file in one go?

I'm trying to set up a simple loop to periodically query a database table in bash. Normally I seem to …

sql-server database bcp sqsh