azure-sql-managed-instance

Sometime we need to open encryption key manually after failover and sometime not

天涯浪子 提交于 2020-03-04 16:31:48
问题 I have migrated my database from on premises SQL server, using native restore from url, to managed instance and configured failover group to it. I have opened encryption key on both primary and secondary database but still sometime need to re open encryption key after fail over. 来源: https://stackoverflow.com/questions/60067684/sometime-we-need-to-open-encryption-key-manually-after-failover-and-sometime-not

Does or does not SQL Azure support CLR assemblies?

随声附和 提交于 2019-11-30 01:25:34
问题 We've got a couple of on-premises dbs and we're seeing if we can migrate them to SQL Azure. Some of those dbs have a couple of user defined functions written in C# in an assembly (SAFE). After running a search, I've found a couple of posts which contradict each other. Some say that v12 supports CLR code. Others say it doesn't. So, here are my questions: Does V12 supports embedding clr assemblies? How can we export the generation script for azure with the assembly? Whenever we set the export