My name is Weston Goodwin. I created a tool called SQL Simulator which allows you to do Dry Runs with your SQL Scripts. The reason I created the tool was because I wanted to verify that my SQL scripts did what I thought they would do without executing them against the database.
It is similar in concept to Redgate SQL Clone or Windocs. If you are not familiar with these tools they make clones of your database. The key difference with SQL Simulator is, it only makes a clone of the database objects affected by your sql script, not the entire database. Nor does it copy the entire table (if your sql has where clauses). Once those database objects have been cloned, SQL Simulator then executes your script against the cloned database it created.
This software is only compatible with Oracle and SQL Server at the present time. My plan is to make it compatible with more databases in the future.
For a more in depth technical overview click here:
https://docs.tribalknowledge.tech/ratifier-tutorials/sql-sim...
You can download the software here:
https://www.tribalknowledge.tech/download.html
You can read the documentation here:
https://docs.tribalknowledge.tech/ratifier-tutorials/sql-sim...
The next I know, tool is closed source, tool is windows executable (?) and the third and most important, pricing page is 'contact us'. There is no way I am trying your tool or contacting you for a quote.