The DTS has been working, but I want to add a column (SQLtime with Timestamp as the Data Type or the Data Type is wrong?) in the destination table that includes the Time that record the DTS finishing time.
The DTS is a simple Select statement that copy data from Table A from Server One to Table B to Server B with all the columns are matching. It started from Truncated the destination table, then used the Transform Data Task where the Select statement is written. Once I run the DTS package, the column, SQLtime is null.
Can anyone helps or guide me to make it works? Thank you.
The DTS is a simple Select statement that copy data from Table A from Server One to Table B to Server B with all the columns are matching. It started from Truncated the destination table, then used the Transform Data Task where the Select statement is written. Once I run the DTS package, the column, SQLtime is null.
Can anyone helps or guide me to make it works? Thank you.