Some actions in SQL Server will throw an error if executed after SET ANSI_NULLS OFF. The remedy is simple, I just have to SET ANSI_NULLS ON (and ma
SET ANSI_NULLS OFF
SET ANSI_NULLS ON