Hi,
I need to copy a couple of tables from one database to another. In my SSIS package I have created a Transfer SQL Server Objects Task. The problem is that some of the tables already exists, but some of them do not. If the table does not exists, then I get an error and the package stops executing. I do not know which tables exists or not. Is there a property that you can set to check if the table exist? Or can I skip the error when the table does not exist?
Charlize
I need to copy a couple of tables from one database to another. In my SSIS package I have created a Transfer SQL Server Objects Task. The problem is that some of the tables already exists, but some of them do not. If the table does not exists, then I get an error and the package stops executing. I do not know which tables exists or not. Is there a property that you can set to check if the table exist? Or can I skip the error when the table does not exist?
Charlize