Access to SQL Server using Package
Hi All,
I have to create a package which will take the records of an access table and update the values in an sql server table with the corresponding id.
I have a table in each db called person with the following fields, ID name, country.
So If the ID value from the access table is in the sql server table, i want to update the rest of the fields in the sql server table.
So far I have connection objects to each db and an execute sql task object to get the records from the access table then store them in a global variable.
I'm I going about this the right way.
Any help would be appreciated.
Thanks:(
|