[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Re: SQR as data transfer tool



I have thoughts, but no statistics to back them.

My instinct is that C will be more efficient in terms of run time,
but that SQR will be much more efficient to write.

However, without knowing more about the problem, I can't give an
informed answer.  If you're transferring between tables, why can't
you use a database tool, such as an INSERT statement, replication,
CIS, or the likes of bcpxfer (for Sybase, at least)?

Adam Dray

> -----Original Message-----
> From: redleaf@mindspring.com [SMTP:redleaf@MINDSPRING.COM]
> Sent: Thursday, April 08, 1999 10:22 AM
> To:   Multiple recipients of list SQR-USERS
> Subject:      SQR as data transfer tool
>
> The company I am currently working for may be considering using SQR
> instead of C as a tool for data transfers from source tables to target
> tables. Does anyone have any thoughts and/or statistics about the
> efficiency of SQR vs. C for this? Has anyone performed any tests along
> these lines?