本文介绍了C#Azure用于将SQL / Postgres DB附加到Azure DB的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 29岁程序员,3月因学历无情被辞! Hello, 在为以下活动编写C#Azure函数时需要一些帮助。 我将把文件放在Azure存储中并触发Azure功能。 功能1 - 将存储在 Azure存储中的SQL Server的.mdf或.bak文件附加到Azure SQL数据库。 Function 2 - Restore the从Azure存储到 Azure S的Postgres的.dump文件Postgres的QL或   Azure SQL数据库。 问候, GB 解决方案 美好的一天 Gangadhar , 好像你的问题与C#而不是SQL有关。请确认是否是这种情况,然后我们可以将问题移到正确的论坛 在此期间你应该知道 Azure SQL数据库不支持附加数据库文件或 从本地恢复备份文件。  您可以使用安装在虚拟机上的SQL ServerHello,Need some help on writing the C# Azure functions for the following activities. I will just place the files in the Azure Storage and will trigger the Azure functions.Function 1 - Attach the .mdf or .bak file of SQL Server stored in the Azure Storage to Azure SQL Database.Function 2 - Restore the .dump file of Postgres from Azure Storage to Azure SQL for Postgres OR  Azure SQL database.Regards,GB 解决方案 Good dayGangadhar,It seems like your question is related to the C# and not the SQL. Please confirm if this is the case, then we can move the question to the right forumIn the meantime you should know thatAzure SQL Database does not support attached of database files orrestoring backup files from on-prem. You can use SQL Server which is installed on virtual machine 这篇关于C#Azure用于将SQL / Postgres DB附加到Azure DB的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
07-26 02:18