Importing Excel data to SQL Server 2008

  • I have an Excel spreadsheet with multiple records whose destination lives in one table and two reference tables. How do I map the flat file to three tables at once?

  • is there a reason you need to? Just write 3 different queries, one for each table. Or have 3 dataflows in SSIS.

  • Can you give some sample input and desired output.

    It's possible that you'll have to use a conditional split to route rows to 3 different destinations.

    Need an answer? No, you need a question
    My blog at https://sqlkover.com.
    MCSE Business Intelligence - Microsoft Data Platform MVP

  • Thanks, I was just thinking there may be a more automated way of doing this.

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply