all groups > sql server dts > may 2006 >
You're in the

sql server dts

group:

Import data from Access to SQL2005 on daily basis


Import data from Access to SQL2005 on daily basis bwalke NO[at]SPAM lbrspec.com
5/11/2006 8:11:41 AM
sql server dts: I am fairly new to SQL Server Integration Services Packages. I am
looking to transfer data on a daily basis from an Access database to
the SQL 2005 database. I am able to set up a DTS package and do this
in SQL 2000, but do not know how to go about it in SQL 2005. I have
tried importing the 2000 DTS package into 2005 with little luck. Any
information or guidance on best ways to go about this would be great.
I have not used the 2005 tools in this area so any procedures would
also be great!!

Thank you,

Brett
Re: Import data from Access to SQL2005 on daily basis Allan Mitchell
5/15/2006 12:00:00 AM
Hello bwalke@lbrspec.com,

OK So you still have the wizard to do the import (Right Click on Databases
| Tasks | Import Data) in there you will find an Access connection manager


You can use SSIS to execute your working 2K package by using the Execute
DTS 2000 Package task.

You can build the package from scratch using BIDs (Business Intelligence
Development Studio) (Start | Run | Devenv | New Project). You would use
an OLEDB connection manager to a Jet.4.0 provider to get to Access)

You can find examples of using BIDs on our site www.SQLIS.com

Allan





[quoted text, click to view]

AddThis Social Bookmark Button