本文介绍了如何将数据库从本地数据库同步到远程数据库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 29岁程序员,3月因学历无情被辞! 我想将数据库从本地同步到远程,所以我可以把它带到云服务器 我尝试过: i想要将数据库从本地同步到远程,所以我可以把它带到云服务器i want to sync database from local to remote , so i could take this to cloud serverWhat I have tried:i want to sync database from local to remote , so i could take this to cloud server推荐答案这个这不是一件轻而易举的事情:它需要规划和大量的关注 - 特别是如果你在谈论远程数据库是基于云的,多用户访问是常态。 基本上,你有很多阅读要做!从这里开始:同步数据(预览)| Microsoft Docs [ ^ ] - 但不要指望这是一个微不足道的操作。This is not a trivial thing to do: it takes planning and a lot of care - particularly if you are talking about the remote DB being cloud based, where multiuser access is the norm.Basically, you have a lot of reading to do! Start here: Sync data (Preview) | Microsoft Docs[^] - but do not expect this to be a trivial operation. 这篇关于如何将数据库从本地数据库同步到远程数据库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
07-29 19:26
查看更多