Error uploading data into SQL server table

  • We are running sql server 7.0 on windows nt. I am trying to import a spreadsheet with data into a table using DTS. The first column of this table is identity. So when i try to insert the spreadsheet into the table it gives me an error stating cannot import null values into destination identity column. How do i overcome the identity column issue using the DTS?

  • If you don't need to import the ID from the spreadsheet then make sure you exclude that column in the transformations tab.

    Hope this helps

    Phill Carter

    --------------------

    Colt 45 - the original point and click interface

    --------------------
    Colt 45 - the original point and click interface

Viewing 2 posts - 1 through 1 (of 1 total)

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