No not in the Wizard (Import/Export). Save the package to a SQL Server
instead of running it. You can then implement transactions using the
following method
1. Enable transactions at the package level (Package Properties)
2. On Success between each task
3. In the workflow properties for each task (check "Join transaction if
present","Rollback Transaction on Failure")
4. Make sure MSDTC is started
NOTE: Not everything supports joining a transaction
--
----------------------------
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
"DTS ODBC trasaction" <anonymous (AT) discussions (DOT) microsoft.com> wrote
Quote:
If I ues DTS import/export , any way to setup the trasaction control for
the ODBC source.
Like in SQL Begin Transaction ... Commit. Seems I try in DTS ODBC
connection, would't work.
Thanks,
HG |