SSIS: Transfer SQL Server Objects Task Manager -
05-24-2006
, 04:57 PM
Hello,
I am using Transfer SQL Server Objects Task Manager to transfer tables. I
am somewhat unsure as how to proceed. I want to replace tables that are in
one database with tables from another database. If the table exist, the
Transfer SQL Server Objects Task Manager works fine when I set
DropObjectsFirst = True. If the table does not exist in the destination
table, then the transfer errors out. When I did this with ss2k, this method
worked fine. Any suggestions would be appreciated.
--
Thanks in advance,
sck10
Setting that I am using
----------------------
Transfer SQL Server Objects Task Manager
DropObjectsFirst: True
CopyData: True
ExistingData: Replace
CopySchema: True
Copying Indexes Primary and Foreign keys: True |