Posts
Sort by recent activity
How do I create temporary SQL Clone databases in C# for automated unit tests?
I have an SQL Clone image. I want to use to run automated unit tests against a temporary version of that image just for the duration of the unit test. There could be multiple unit tests running in ...