ranjithvenkatesh
Programmer
Hi,
I have a Access Database A
A.mdb gets additions every month.
We need to import A into an SQL Server database S.
We lose the keys in the process.
We manually add the keys in S.
When a new A comes we need to import it to S.
I try to do this with Data Transformation Services.
When I schedule a job to do the same I get the following error. Table exists already in S. How do I drop the tables in S before importing the new A and not losing the keys?
Ranjith
I have a Access Database A
A.mdb gets additions every month.
We need to import A into an SQL Server database S.
We lose the keys in the process.
We manually add the keys in S.
When a new A comes we need to import it to S.
I try to do this with Data Transformation Services.
When I schedule a job to do the same I get the following error. Table exists already in S. How do I drop the tables in S before importing the new A and not losing the keys?
Ranjith