April 7, 2010 at 9:35 am
I have a Access database, that I would like to write a store procedure to insert records from Acees tables to sql tables. I usually do it this process with wizard,but I wanted to know how I can create a store procedure to automate this process and schedule job. Thank you
April 7, 2010 at 9:37 am
You want this procedure created in SQL or Access?
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
April 7, 2010 at 9:40 am
Preferably in sql
April 7, 2010 at 10:14 am
A linked server could work.
or you could use SSIS. Run the import wizard from management studio, configure and save your package, schedule your package.
April 7, 2010 at 11:30 am
Not that I am prompting Access...:-D
I would be prone to actually do this from within Access, unless you are wanting to automate it. If you want it automated then follow Emily's advice.
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
April 7, 2010 at 2:39 pm
Several options here:
1. SSIS
2. Linked Server (Personally, I would shy away from this.)
3. OpenRowset
Note: Last I checked there was no 64 bit Jet driver available, which can add a bit of complexity if you are running a 64 bit SQL instance. You might want to consider this before making a decision.
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply