dbTalk Databases Forums  

Re: generate new spreadsheet for value input

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Re: generate new spreadsheet for value input in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Allan Mitchell
 
Posts: n/a

Default 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

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.