Moves some tables ? Or move new records ? Don't know you're record count ..
if it's small you could just drop the reporting table create it againg and
then
put in the total production table.
Or you could make an sql-statement which only inserts new records.
\Michael V.
Brennan <anonymous (AT) discussions (DOT) microsoft.com> wrote
Quote:
Hello:
I have a DTS package that moves some tables from a
production database to a reporting database. The tables
all have primary keys.
I do not want duplicate records in my destination tables
but when my DTS package runs, it just stops when it
reaches a value that already exists in my destination
tables. I would like the package to skip the duplicates
and complete.
Any ideas would be appreciated
Brennan |