Migrating SQL Server to access database using DTS
-
How can I use DTS to migrate some tables and views from SQL server to a new access database? I want to be able to do this programmatically, so that the windows application user can create an access database from an existing SQL server. Thanks, Martin
-
How can I use DTS to migrate some tables and views from SQL server to a new access database? I want to be able to do this programmatically, so that the windows application user can create an access database from an existing SQL server. Thanks, Martin
-
How can I use DTS to migrate some tables and views from SQL server to a new access database? I want to be able to do this programmatically, so that the windows application user can create an access database from an existing SQL server. Thanks, Martin
Just create your dts package with sql server and then have look at this article. http://sqldev.net/DTS/DotNETCookBook.htm[^] Article is about calling dts packages programatically with .NET.