This is my Setup:
-> MacBook Air (M1)
-> Docker Container with mcr.microsoft.com/azure-sql-edge Image up an running
-> Azure Data Studio
-> AdventureWorks Example Database 2019 installed
When I run this Query in Azure Data Studio:
SELECT * FROM HumanResources.Employee;
I get the following Error:
Msg 10347, Level 16, State 1, Procedure Employee, Line 1
Common Language Runtime(CLR) is not enabled on this instance.
But if I run this Query for Example:
SELECT * FROM HumanResources.EmployeeDepartmentHistory;
It works perfectly!