Import Excel to Sql table

  • Can anyone help me on this. what is the easiest way to do this? I used a excel source and oledbdestination. That worked fine before but now it doesn't import to sql table. I don't know why..

  • What's the output you're getting? There are millions of reasons, but the error messages can help us to identify what's happening.

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2
  • "Truncation may occur due to inserting data from data flow column with a length of 255 to database column with a length of 9"

  • Are you attempting this using the SSIS Import and Export Wizard under the Project menu item of BIDS?

  • While importing the Data from Files check for the Length and data type of the Columns and better to use LTRIM and RTRIM Functions it gives you performance wise good results.

    Post the Exact Error Message your getting in the Bottom window....

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

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