I have a SQL Server 2012 database that at one time was set up to work with SQLTest version 1.0.xxx. However, life intervened, and the development effort did not include SQLTest for about three years. Now I have upgraded SQLTest to the latest release (3.0.2.400) and want to start again on my database, but it still includes the tSQLt schema, tables, and views (no stored procedures). When I try to add the database to SQLTest, the process errors out during the "Installing Test Framework" step with this message: There is already an object named 'tSQLt' in the database. CREATE SCHEMA failed due to previous errors. What can I do?
Comments
1 comment
Add comment
Please sign in to leave a comment.