Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

automate copying MS access table to SQL Server 2005 db

Status
Not open for further replies.

needInfo25

IS-IT--Management
Jan 12, 2007
17
US
I have a table in MS Access that I would like to copy/import into SQL Server 2005. I would like to automate this process so that it copies the table over on a daily basis. Can someone tell me how this can be done?

Thank you in advance.
 
have a dts package on the server, schedule a job to run the dts once a day...

or set up access as a linked server, and just copy everything across with a proc once a day...

--------------------
Procrastinate Now!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top