Efficient scanning of SQL Server 2005 tables?
- From: amos.shapira@xxxxxxxxx (Amos Shapira)
- Date: Wed, 18 Jul 2007 09:50:12 +1000
Hello,
Our local SQL Server/Windows/C++ guru told me that the standard way we scan
tables causes the server to practically copy the entire result set into a
temporary table on the server before feeding it to the client.
He found a way to avoid this in C++ by some clever direct ODBC hacks on
Windows which make the server practically stream the results to the client
without creating a temporary table.
Is there a way to achieve this with Perl on Linux too?
Thanks,
--Amos
- Follow-Ups:
- Re: Efficient scanning of SQL Server 2005 tables?
- From: Ron Savage
- Re: Efficient scanning of SQL Server 2005 tables?
- Prev by Date: Re: float bug? perl 5.8, DBI and oracle 10.2.0
- Next by Date: Re: Efficient scanning of SQL Server 2005 tables?
- Previous by thread: DBD::ODBC 1.14 released to CPAN
- Next by thread: Re: Efficient scanning of SQL Server 2005 tables?
- Index(es):
Relevant Pages
|