I have SpyProcedure calls in my unit tests but do not see the corresponding tables being created in my unit test database. Why? How to troubleshoot this issue?
Comments
3 comments
-
This issue is tSQLt-specific, so would be best posted to the tSQLt support forum, found here:
https://groups.google.com/forum/#!forum/tsqlt
This forum's scope covers the SSMS integration part of SQL Test.
Best regards,
David Atkinson
Red Gate -
FIgured it out - you need to ensure server has CLR enabled and database has trustworthy on. Then it all works as expected.
-
Thanks! I'll try that.
Add comment
Please sign in to leave a comment.