azure-sql-server-managed-instance

Using Entity Framework 6 / EF Core inside SQL CLR

荒凉一梦 提交于 2019-12-11 04:08:55
问题 Microsoft Azure Tech support has confirmed that all version of .Net 4.XX including 4.7.2 is supported in SQL Server Managed Instance CLR. We're transforming some portion of Business layer with 4.7.2 and latest EF 6.2 Use Entity Framework in CLR Stored procedure https://patrickdesjardins.com/blog/how-to-use-third-party-dll-reference-in-a-sql-clr-function Therefore in order to leverage existing investment in well tested code we want to move certain business layer into DB. However we ran into