Article:
 |
|
Faster Filtered SQL Server Imports
|
| Subject: |
|
Publishing on CPAN |
| Date: |
|
2007-01-16 11:26:51 |
| From: |
|
glasswalk3r
|
Response to: Questions about BCP and CPAN
|
|
Hello there,
I've been working in a API layer over Win32::OLE and MS SQL Server API to fetch data related to DTS packages. This API hides all complex structures required from Win32::OLE and, with some degree of luck, the need to convert VBscript from the SQL Server documentation.
Probably I'll take a namespace simple as "DTS". Till now, I have just some classes representing the DTS tasks like SendMailTask and ExecutePackageTask. I had used this API successfully to implement unit tests in the DTS packages I had to develop as ETL interfaces in a project I had worked.
I'll probably publish it on CPAN in a week or two. Maybe you would like to extend the DTS::Task class to implement the BulkInsertTask object. ;-)
|
Showing messages 1 through 2 of 2.
-
Publishing on CPAN
2007-03-06 06:35:18
glasswalk3r
[Reply | View]
-
Publishing on CPAN
2007-03-06 07:24:50
CPG
[Reply | View]
It would be nice to received some feedback about the new API.