lcorriveau
Programmer
I am running a DTS package which imports data from a SQL view from one datasource to a SQL Database on a different SQL server.
It is possible that the SQL view contains records that already exist in the databsae wgere we want to import the data. If the records already exist, I want to ignore those records, and I want the import to continue importing the remaing records.
Any recommondations on how I can acheive this ?
NOTE: I have very little control on the contents of the view, as this view is in at a different site, on a complety different type of databse environment.
Thanks
It is possible that the SQL view contains records that already exist in the databsae wgere we want to import the data. If the records already exist, I want to ignore those records, and I want the import to continue importing the remaing records.
Any recommondations on how I can acheive this ?
NOTE: I have very little control on the contents of the view, as this view is in at a different site, on a complety different type of databse environment.
Thanks