Friday, June 30, 2023
Thursday, June 29, 2023
Wednesday, June 28, 2023
Tuesday, June 27, 2023
Monday, June 26, 2023
Sunday, June 25, 2023
Saturday, June 24, 2023
Friday, June 23, 2023
Thursday, June 22, 2023
Wednesday, June 21, 2023
Tuesday, June 20, 2023
Monday, June 19, 2023
Sunday, June 18, 2023
Saturday, June 17, 2023
Friday, June 16, 2023
Thursday, June 15, 2023
Wednesday, June 14, 2023
Tuesday, June 13, 2023
Monday, June 12, 2023
Sunday, June 11, 2023
Saturday, June 10, 2023
Friday, June 9, 2023
Thursday, June 8, 2023
Wednesday, June 7, 2023
Tuesday, June 6, 2023
Monday, June 5, 2023
Sunday, June 4, 2023
New top story on Hacker News: Show HN: SQL Dry Runs with SQL Simulator
Show HN: SQL Dry Runs with SQL Simulator
13 by westonOG | 8 comments on Hacker News.
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. For a more in depth technical overview click here: https://ift.tt/OqSHhRw... You can download the software here: https://ift.tt/PJfnmWo You can read the documentation here: https://ift.tt/OqSHhRw...
13 by westonOG | 8 comments on Hacker News.
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. For a more in depth technical overview click here: https://ift.tt/OqSHhRw... You can download the software here: https://ift.tt/PJfnmWo You can read the documentation here: https://ift.tt/OqSHhRw...
Saturday, June 3, 2023
Subscribe to:
Posts (Atom)