x
login about faq Site discussion (meta-askssc)

how to automate the data transfer from SQL Server 2005 to MS Access?

hi,

please give me some idea how to do this?

more ▼

asked Oct 09 '09 at 02:28 PM in Default

madan gravatar image

madan
11 1 1 1

(comments are locked)
10|1200 characters needed characters left

2 answers: sort newest

Well, an SSIS package is one way.

more ▼

answered Oct 09 '09 at 10:53 PM

RBarryYoung 1 gravatar image

RBarryYoung 1
71 1

(comments are locked)
10|1200 characters needed characters left

From SQL Server you could have the SQL Server Agent execute an SSIS package or even simply use a linked server to Access and put the data in Access from straight SQL. I would prefer this method if your use of Access is as a data transport mechanism, and if you have good control over your SQL Server environment.

Although Access does not have built-in scheduled automation like the agent, you can also have Access pull data using a linked table to a table or view in SQL Server. I would prefer this method if you already have a lot of code in Access or your rights to administer SQL Server is limited.

There's always the option of writing something externally in just about any other platform.

more ▼

answered Oct 11 '09 at 08:05 PM

Cade Roux gravatar image

Cade Roux
98 1

(comments are locked)
10|1200 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments



Facebook logo Follow Ask SSC on Facebook
Find Ask SSC on Google+
linkedin logo Find us on LinkedIn

Topics:

x47

asked: Oct 09 '09 at 02:28 PM

Seen: 523 times

Last Updated: Oct 09 '09 at 02:30 PM

Copyright © 2002-2012 Simple Talk Publishing. All Rights Reserved. If you have any queries, please contact the site administrators.
Ask SQL Server Central is a community service provided by Red Gate.