Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 Replication with DTS

Author  Topic 

dshelton
Yak Posting Veteran

73 Posts

Posted - 2002-08-22 : 20:07:32
I need to replicate a table across to the subscriber which has different (easier to read) field names. I have looked into using a DTS packages to map fields but cannot see how this would work.

KnooKie
Aged Yak Warrior

623 Posts

Posted - 2002-08-23 : 10:32:35
Can you replicate the table as normal and then move the data locally at the subscriber into a table with the appropriate field names.

Paul
Go to Top of Page
   

- Advertisement -