Does or does not SQL Azure support CLR assemblies?

后端 未结 4 1998
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-04 00:14

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 a

4条回答
  •  攒了一身酷
    2021-01-04 00:31

    Using managed instance you can have almost all support benefits of an on premise including C# CLR. To access the instances you have to use SSMS Preview 6 of SQL Server Management Studio 18 or TSQL.

提交回复
热议问题