开发者

How move data from mssql database to Access?

开发者 https://www.devze.com 2023-04-11 08:28 出处:网络
I have to move some da开发者_JS百科ta from sql server to access database. In target access database there are ready tables, I need to move only records. Some of them will require some changes, like cr

I have to move some da开发者_JS百科ta from sql server to access database. In target access database there are ready tables, I need to move only records. Some of them will require some changes, like crossing two tables from sql server to one access database. Do you know how to do that?


Use the Sql Server Integration Service and write a custom sql query in the step that prompts you to select tables or write a query

0

精彩评论

暂无评论...
验证码 换一张
取 消