Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用 SQL Server Integration Services 将完整的数据库从 Access 传输到 SQL Server 2012?
是的,你可以这样做。
您需要 BIDS,只需创建一个控制流和任务流即可。
SSIS 大部分是简单的拖放
另一种解决方案是使用导入/导出向导。只需右键单击 SQL Server 中的数据库,选择任务 > 导入数据。该向导将引导您完成设置。最后,您可以保存包,然后可以在 BIDS 中进行编辑。