Hi,
I have a DTS Package in which I import data from ORACLE server into the SQL Server every night. The Problem is that everytime it tries to create a new table it gives an error because I saved my import procedure through the wizard. But can I do something so that this checks for the existence of the table first and if it exists then it skips the process of creating it and just copy the contents.
I have a DTS Package in which I import data from ORACLE server into the SQL Server every night. The Problem is that everytime it tries to create a new table it gives an error because I saved my import procedure through the wizard. But can I do something so that this checks for the existence of the table first and if it exists then it skips the process of creating it and just copy the contents.