Viewing 3 posts - 1 through 3 (of 3 total)
Another parameter that is set on the isql command is -w 1000 . Since we don't seem to have the blank line problem maybe this one helps.
Tom G
June 17, 2004 at 7:05 am
#510819
To go along with SQLBill, here is a isql command to change the sa password using an account that is part of the BUILTIN/ADMINISTRATORS.
From a dos window...
isql -d master -U <admin...
June 16, 2004 at 8:19 am
#510650
Raxit,
I inherited some perl modules that use OSQL to query the database. It uses the "-h-1 -n" switches and doesn't seem to have any problems with blank lines. The "-n"...
June 16, 2004 at 7:51 am
#510639