ReadyRoll tSQLt Unit Test SQL Azure database
I can't seem to deploy tSQLt framework to SQL Azure database - 0001_Install_tSQLt.sql script from the tutorial: https://documentation.red-gate.com/display/RR1/Tutorial:+Running+tests+in+Readyroll+with+tSQLt+Adapter because SQL Azure doesn't seem to support EXEC sp_configure 'clr enabled', 1;RECONFIGURE; configuration anymore.
Any recommendations on running Unit Tests in SQL Azure?
Any recommendations on running Unit Tests in SQL Azure?
Tagged:
Comments
Software Engineer, RedGate Software
Do we have to remove them?
If so how do we run our database unit tests, and we have a lot of them, on Azure DB?
Software Engineer, RedGate Software