freetds AT lists.ibiblio.org
Subject: FreeTDS Development Group
List archive
- From: "Medi Montaseri" <medi AT resonate.com>
- To: <freetds AT lists.ibiblio.org>
- Subject: [freetds] testing using tsql
- Date: Wed, 20 Jun 2007 18:40:27 -0700
Hi,
I am trying to find a way to test an MS SQL engine using tsql(1) from a
Linux box.
My input file has over 47000 SQL statements in it.
So I rolled up a perl script to say...
my $input = IO::File->new ( "inputfile.sql");
my $output = IO::File->new( "| tsql -H host -P port -U xx -P xxx");
$output->autoflush(1);
do
{
$more = $sql = getSql ( $in );
sendSql ($out, $sql);
# recvResponse(....);
sleep(2); # watch some TV, etc
} while ( $more );
My problem is with my writes to the pipe above. And tsql prompts and
bunch of error messages...I might have to insert a function called
recvResponse() after sendSQL()....and that is where I said, I bet
someone has already done this....
has anyone cooked up a utilitiy like this....I need to be able to insert
sleep between sql requests....that is why I can 'nt use tsql itself
Or maybe there is a way ...
Thanks
medi
-
[freetds] testing using tsql,
Medi Montaseri, 06/20/2007
- Re: [freetds] testing using tsql, David Nichols, 06/21/2007
-
Re: [freetds] testing using tsql,
Chris Thomas, 06/21/2007
-
Re: [freetds] testing using tsql,
Medi Montaseri, 06/21/2007
-
Re: [freetds] testing using tsql,
Duncan Berriman, 06/21/2007
- Re: [freetds] testing using tsql, Medi Montaseri, 06/21/2007
- Re: [freetds] testing using tsql, James K. Lowden, 06/21/2007
-
Re: [freetds] testing using tsql,
Duncan Berriman, 06/21/2007
-
Re: [freetds] testing using tsql,
Medi Montaseri, 06/21/2007
- Re: [freetds] testing using tsql, ZIGLIO, Frediano, VF-IT, 06/22/2007
Archive powered by MHonArc 2.6.24.