This doesn't look like the most active forum, but I'll give it a go anyway...
Could someone point me to a clear, concise guide (or post one here) to setting up freeTDS/unixODBC or some other 'nix client to query a MSSQL server from my Linux box?
I've built a new SUSE 11 server, I've installed freeTDS and isql exists, but the iODBC file is missing and the instructions don't seem very clear on configuring a data source. I should be able to run a MSSQL query from the Linux console. The following works on the old, SUSE 9.1 server (which was built before I got here):
cat /usr/query.sql | /easysoft/unixODBC/isql DSNAME USER PASSWORD -b -x0x09 > results.csv
Maybe I'm swimming upstream and I should just build a Windows box to host my website...?