James
James

Reputation: 115

Driver connection to project

I'm trying to follow this guide on how to convert a MongoDB database to a SQL Server on Azure. I cannot connect the driver to the project to pull data.

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

I've already looked for other solutions to this problem on StackOverflow and they don't seem to apply to my problem. Is this guide the correct procedure to move data into the SQL Server?

Upvotes: 2

Views: 75

Answers (1)

Jay Gong
Jay Gong

Reputation: 23782

You could consider using Copy Activity which supports MongoDB connector as input and SQL DB connector as output.

Please refer to this detailed doc.

Upvotes: 1

Related Questions