Results 1 to 2 of 2

Thread: DTS help - Identity column in Target table

  1. #1
    Ivan Guest

    DTS help - Identity column in Target table


    Having an identity column in target table, how do I use SQL 7 DTS ?

    In Import wizard, I chose 'ignore' in source, checked Enable Indenity Insert - DTS failed with a msg like - a column cannot have NULL...

    In DTS package, had Fast load and Enable Indenity checked - no luck !

    What would be the standard procs for this since this sounds like a very common
    senario.

    Appreciate your help very much !

    -Ivan

  2. #2
    Vasan Guest

    DTS help - Identity column in Target table (reply)

    Do not check 'enable Identity Insert' - If you do, then DTS assumes that you have the identity column present in your import. If you dont check it, then DTS will not import the identity column. It will be automatically generated as usual.

    -Vasan


    ------------
    Ivan at 3/26/01 6:03:22 PM


    Having an identity column in target table, how do I use SQL 7 DTS ?

    In Import wizard, I chose 'ignore' in source, checked Enable Indenity Insert - DTS failed with a msg like - a column cannot have NULL...

    In DTS package, had Fast load and Enable Indenity checked - no luck !

    What would be the standard procs for this since this sounds like a very common
    senario.

    Appreciate your help very much !

    -Ivan

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •