Moving data from SQL Server to Access automatically

2001-12-07 Thread Declan Maher

Hi database experts,

I have just migrated a database from Access to SQL Server however I need 
to have a system in place that automatically makes a copy of the latest 
data in the SQL Server db back to Access when the user requests this.The 
access db will then be downloaded by the user. The user needs to run 
Excel queries on an access db which makes this necessary. I have thought 
about using scheduled tasks but the max allowed on the server is once a 
day.Thought about linked tables but these are not allowed on the server.
The Server administrator has suggested doing adhoc updates which I have 
never done before. Can anybody explain how this is done? Is it a process 
of coding in coldfusion to set a task in SQL Server?If you have any 
other suggestions on how to do this I would be very grateful.


Thanks for your help,
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Moving data from SQL Server to Access automatically

2001-12-07 Thread Paul Hastings

 data in the SQL Server db back to Access when the user requests this.The 
 access db will then be downloaded by the user. The user needs to run 

use dts, see www.cfcomet.com for details on how to run dts packages from
cf ad hoc.




---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.306 / Virus Database: 166 - Release Date: 12/4/2001
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists