驱动程序连接到项目

Driver connection to project

我正在尝试按照 this guide 了解如何将 MongoDB 数据库转换为 Azure 上的 SQL 服务器。我无法将驱动程序连接到项目以拉取数据。

Failure adding assembly to the cache: Attempt to install an assembly without a strong name

我已经在 Whosebug 上寻找过这个问题的其他解决方案,但它们似乎不适用于我的问题。本指南是将数据移动到 SQL 服务器的正确步骤吗?

您可以考虑使用 Copy Activity which supports MongoDB connector as input and SQL DB connector 作为输出。

详细内容请参考doc