Skip to content

Installing without CLR for Azure Synapse Serverless #93

Open
@dvasdekis

Description

@dvasdekis

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions