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 parallel during CI so I want the temporary version to be unique. I want to do this in C#. I haven't seen this described in the articles - would I use SCA or just SQL Clone, or some other tool?
Comments
1 comment
Add comment
Please sign in to leave a comment.