P is for Practical | |
PerlMonks |
Re^3: Accessing Microsoft SQL Server from Linux using DBD::Sybaseby enky123 (Initiate) |
on Feb 28, 2014 at 09:59 UTC ( [id://1076510]=note: print w/replies, xml ) | Need Help?? |
Hi, I have tried passing arguments as a Query & an Output file. But that's not working.
Please take a look below.
see below syntax, (This works !!!!!)
/usr/local/freetds/bin/tsql -S sql1 -U sqluser -P sqlpassword.
But the below command doesnt work.
/usr/local/freetds/bin/tsql -S sql1 -U sqluser -P sqlpassword -I Query -o Outputfile.
In Section
Tutorials
|
|