使用Cloud Power Shell在Azure数据库和本地数据库之间同步数据 [英] Sync data between azure database and local database using cloud power shell

查看:57
本文介绍了使用Cloud Power Shell在Azure数据库和本地数据库之间同步数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们正在尝试使用Power Shell同步Azure数据库和本地SQL数据库.我们在同步过程中引用了以下URL.

We are trying to sync an azure database and local SQL database using power shell. We are referencing the following URL for the sync process.

https://docs.microsoft.com/en-us/azure/azure-sql/database/scripts/sql-data-sync-sync-data-between-azure-onprem

Up to the database schema section, we can execute the script successfully. But when we execute the following code it is showing an error.

$newSchema  = [AzureSqlSyncGroupSchemaModel]::new()

Error is "InvalidOperation: Unable to find type [AzureSqlSyncGroupSchemaModel]".

Even we used the following statement in the script it is still showing error.

using namespace Microsoft.Azure.Commands.Sql.DataSync.Model
using namespace System.Collections.Generic

We have researched a lot for a solution but couldn’t find a proper one yet. We had tried "[System.Reflection.Assembly]::LoadWithPartialName( " option also, but this also not lead us to success. Please let us know if you have a solution. It would be very helpful for us.

解决方案

I know it's a bit old thread but wanted to provide an update if you are still looking for a response on it.

I believe it is related to this thread so I recommend you to check answer in it and see if it resolves your issue.

On the other hand, I recommend you to share the document enhancement feedback for this Azure document by clicking on "This page" option (shown in below screenshot) that's available at the bottom of the referred Azure document so that related document's author would review the feedback and consider enhancing the document as appropriate with a note or with a workaround for the issue.

这篇关于使用Cloud Power Shell在Azure数据库和本地数据库之间同步数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆