Re: generate new spreadsheet for value input -
09-05-2003
, 04:24 AM
This is one method
1. ExecuteSQL task (DROP TABLE <tablename>)
ON SUCCESS
2. ExecuteSQL task (CREATE TABLE <table definition>)
ON SUCCESS
3. Data Pump.
--
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 |