by William Durkin | Oct 3, 2019 | Uncategorized
When developing database code for SQL Server one issue that has got in the way of smooth deployment has been a simple check for the existence of an object before creation. The issue being, whenever an object should be created, we need to be sure that there isn’t an...