I want to make sure I\'m not inserting a duplicate row into my table (e.g. only primary key different). All my fields allow NULLS as I\'ve decided null to mean \"all values
You will have to use IS NULL or ISNULL. There really isn't a away around it.