August 15, 2002 at 1:33 am
Hi,
Any input of how to move data from one source table to multiple destination tables
Any help in this regard greatly apprecaited
thanks
gans
August 15, 2002 at 5:38 am
Are the source and destination tables both SQL Server tables? If so, then just use TSQL commands to move the data. If your source is a flat file or spreadsheet for example then use DTS to load the data into one holding table and then run TSQL commands (call a stored procedure within your DTS package after laoding the data) to move the data into the destination tables.
Regards,
Andy Jones
.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy