I don't know is it possible or not, but I just want to do a DTS that is copying x rows from Table A to x+1 row to Table B from two different servers. The extra row is a Timestamp feature that indicate the date/time the DTS runs.
I have no problem copying x rows from Table A to x rows to Table B from two different servers. I searched around the online book, I found the GetDate() is the right feature to use. So, I went to the Destination Table, added a new column, As_of with the smalldatetime and the Default Value is GetDate(). Then when I tried to run the DTS again, the DTS worked, but the new column, As_of is having no value.
Is there anyway I can do it in DTS or I need to do something else to make it happens?
Thanks.
I have no problem copying x rows from Table A to x rows to Table B from two different servers. I searched around the online book, I found the GetDate() is the right feature to use. So, I went to the Destination Table, added a new column, As_of with the smalldatetime and the Default Value is GetDate(). Then when I tried to run the DTS again, the DTS worked, but the new column, As_of is having no value.
Is there anyway I can do it in DTS or I need to do something else to make it happens?
Thanks.