SQL server Data import

  • Hello,

    Any help would be appreciated on this issue. We run a daily transfer of data from Equation (AS400) to SQL server for our internal reporting use. One file was imported to SQL Server with the correct number of records but with the value ’’0’’ in all fields, nevertheless it surely contained valid data that we used to use in our internal reporting.

    Thank you in advance.

  • check the query, default values for the destination table.

    Regards,
    Sarabpreet Singh 😎
    Sarabpreet.com
    SQLChamp.com
    Twitter: @Sarab_SQLGeek

  • how are you doing the import?

  • the import is done by starting a job which uses a package containing the code to import the data.

  • Hi

    Better to Create the SSIS OR DTS PACKAGES FOR IMPORTING THE DATA DAILY AND NEEDS TO BE PUT IN SHEDULER

    D i v y a

  • Is this a SSIS package?

    If so you can run the package in debug mode in BIDS and set up a data viewer to track the data through the dataflows to find out where you 0's are coming from

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

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