-
Notifications
You must be signed in to change notification settings - Fork 109
Closed
Description
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
- Make sure CLRs are enabled on your development server by running the following sql
EXEC sp_configure 'clr enabled', 1;
RECONFIGURE;
TO something like
- Make sure CLRs are enabled on your development server by running the following sql (not required on SQL Azure Databases)
Metadata
Metadata
Assignees
Labels
No labels