Article:
 |
|
Faster Filtered SQL Server Imports
|
| Subject: |
|
Questions about BCP and CPAN |
| Date: |
|
2007-01-06 23:17:21 |
| From: |
|
glasswalk3r
|
|
|
|
Hello there,
Nice article! I really liked it but I cannot avoid asking two questions about the process you described:
1 - Why not using bcp program?
One could try to execute bcp directly using system function or any other. Just supposing, this would not be faster than using Win32::OLE to get access to DTS API? The Perl module could generate a configuration file for BCP in a fly.
2 - Are you thinking about in creating this module of yours as a generic API in CPAN?
Thanks!
|
Showing messages 1 through 5 of 5.
-
Questions about BCP and CPAN
2007-01-15 01:21:41
CPG
[View]
-
Questions about BCP and CPAN
2007-01-08 08:06:09
CPG
[View]
-
Publishing on CPAN
2007-01-16 11:26:51
glasswalk3r
[View]
-
Publishing on CPAN
2007-03-06 06:35:18
glasswalk3r
[View]
-
Publishing on CPAN
2007-03-06 07:24:50
CPG
[View]
$Conn->ConnectionProperties->{"File Format"}->{Value} = 2;
$Conn->ConnectionProperties->{"Column Lengths"}->{Value} = "6,25,25";