I know how to extract all table names into a recordset and store in a global variable.
I know how to iterate the recordset and call a task parameterised with the table names.
Please would someone help me with the Data Pump task to export the table to a CSV.
Thank you.. Jack
Bulk Export Task
(http://www.sqldts.com/Default.aspx?237)
--
Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org
"Jack" <anon...@discussions.microsoft.com> wrote in message
news:DF56BE9A-088D-495E...@microsoft.com...
The problem with the DataPump task is that you must set the source and
destination column collections and then add transforms between them all.
Whilst you could write some ActiveX Script to handle this, it is rather
hard work.
Personally I use a custom task I wrote, and then wrap this in a loop via
script. I can send you a demo package if you want.
Bulk Export Task
(http://www.sqldts.com/default.aspx?237)
--
Darren Green (SQL Server MVP)
DTS - http://www.sqldts.com
PASS - the definitive, global community for SQL Server professionals