Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
ColinD
Starting Member
40 Posts |
Posted - 2007-04-20 : 06:25:16
|
| Hi,Is it possible to export an entire SQL Server database to Access in one go, as a scheduled job, or do I need to create a package which does it a table at a time?ThanksColin |
|
|
mcrowley
Aged Yak Warrior
771 Posts |
Posted - 2007-04-20 : 09:11:44
|
| You will need to create a package to do it on a schedule. Even when you use the wizard to export the database, it is using DTS in the background. |
 |
|
|
|
|
|