T-SQL coding

Checking for Existence properly

So…you need to check for the existence of a row (or several rows) on a table, and branch in your code based on that existence.  What is the best way to do that? In the T-SQL examples below I show you three different methods for existence checking; I have seen all three of these methods… Continue reading Checking for Existence properly