This is a discussion on Script to Export SQL Tables to Access within the SQL Server forums, part of the Microsoft SQL Server category; --> Mello I am not sure if this is eaven possible but I need a script to quickly export selected ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Mello I am not sure if this is eaven possible but I need a script to quickly export selected tables from a SQL database into Access. The script should preferably run from an ASP page on demand or perhaps be triggered by an update of one of the selected tables. Any help will be greatly appreciated. *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
| |||
| Hi You could either use DTS and run the package or create a linked server and use regular insert statements. Dor DTS this may help: http://www.sqldts.com/default.aspx?288 John "Mello" <anonymous@devdex.com> wrote in message news:41383ecb$0$26170$c397aba@news.newsgroups.ws.. . > Mello > > I am not sure if this is eaven possible but I need a script to quickly > export selected tables from a SQL database into Access. > > The script should preferably run from an ASP page on demand or perhaps > be triggered by an update of one of the selected tables. > > Any help will be greatly appreciated. > > > *** Sent via Developersdex http://www.developersdex.com *** > Don't just participate in USENET...get rewarded for it! |
| ||||
| Nic? DTS should work just fine, or just write an aspx to fill a dataset, then use a component to create an MDB. Fill the MDB from the dataset and you're good. Weird that this was posted under my account, I never posted the original message in this thread. Good Luck, Joel ---- Joel Mello Mello Software Consulting www.MelloSoftwareConsulting.com *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
| Thread Tools | |
| Display Modes | |
|
|