Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
meetaparnask
Starting Member
1 Post |
Posted - 2007-05-16 : 06:57:39
|
I m extracting data from Excel-sheet and inserting into SQL Server 2005 Database using SSIS(SQL Server Integration services). Having 2 columns in excel-sheet and want to insert those into 1 column of SQL Table. Can anyone help me about, how can I insert data from 2 columns into 1 column in SSIS. Is Export/ Import column or Copy Column or Merge will work.. Plz reply soon.. Thanks... |
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2007-05-16 : 07:04:32
|
Sounds like a derived column.==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
|
|
|