Open
Description
Serverless Synapse currently doesn't support CLR. Running the below:
EXEC sp_configure 'clr enabled', 1;
RECONFIGURE;
GO
I get:
The specified option 'clr enabled' is not supported by this edition of SQL Server and cannot be changed using sp_configure.
Is there a way to benefit from this framework without CLR? I only need AssertEqualsTable
for my use case.