Skip to content

tSQLt Installation instructions for SQL Azure #36

@kgeorge314

Description

@kgeorge314

Is it possible to update the QuickStart page https://tsqlt.org/user-guide/quick-start/ to mention that you do not need to enable CLR for sqlAzure databases, a few people were not aware that tSQLt works on Azure as they couldn't get past the first set of instructions.

I suggest adding amending

  1. Make sure CLRs are enabled on your development server by running the following sql
EXEC sp_configure 'clr enabled', 1;
RECONFIGURE;

TO something like

  1. Make sure CLRs are enabled on your development server by running the following sql (not required on SQL Azure Databases)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions