Re: help in inserting data -
03-09-2009
, 02:38 PM
Lots of missing information here:
Using SQL 2000, 2005, 2008?
Using DTS, or SSIS? (This is a DTS forum)
If DTS, I'd use a source query to concatenate columns together.
If SSIS, I'd create a derived column to concatenate columns together.
The tutorials on MSDN should help you out here.
Best Regards,
Tom
--
Message posted via http://www.sqlmonster.com |