Hello all,
I moved all of our access tables to sql server database.
Right now, I am trying to schedule jobs to append data from access db to the same tables moved to sql server database.
I getting error that says duplicate insert not allowed.
Now, I thought I was only trying to append data, not fields to existing ones.
Giving that I am getting this error because of the unique primary key that I have, can anyone suggest a workaround to this issue.
We would like to append any new data from access to sql server on a daily basis.
Any suggestions would be greatly appreciated.
I moved all of our access tables to sql server database.
Right now, I am trying to schedule jobs to append data from access db to the same tables moved to sql server database.
I getting error that says duplicate insert not allowed.
Now, I thought I was only trying to append data, not fields to existing ones.
Giving that I am getting this error because of the unique primary key that I have, can anyone suggest a workaround to this issue.
We would like to append any new data from access to sql server on a daily basis.
Any suggestions would be greatly appreciated.