Results 1 to 2 of 2

Thread: SQL2000 - DTS copy issues

  1. #1
    Join Date
    Aug 2009
    Posts
    1

    SQL2000 - DTS copy issues

    Hi All,

    I have a specific problem with DTS.

    I am transferring data from a db instance to another on SQL 2000. The source and destination instances both have a Datetime field. When i map these fields:

    Main ()
    Source.datetime= destination.datetime

    The DTS does not copy the value of source datetime into the destination but copies the current datetime into the destination.

    For e.g. the source timestamp = '12/08/2009 12:00:00'. When the DTS is run (let say at 13/08/2009 04:00:00). It inserts '13/08/2009 04:00:00 into the destination datetime field. I want it to insert '12/08/2009 12:00:00' instead.

    What have i done incorrectly?

    Please advice

  2. #2
    Join Date
    Sep 2002
    Posts
    5,938
    How did you transfer data? With query?

Posting Permissions

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