I have a need to handle errors in SQL scripts that i'm working with.<BR><BR>Frequently these errors contain syntax problems and other things like create/drop constraints, not exist..
Getting frustrated with my lack of SQL-foo ...<BR><BR>I want to update my 'main' table based on the query of an 'editor' table (a copy of the 'main' table with the additional field named delta which ...