I need to use SET CONCAT_NULL_YIELDS_NULL OFF before I execute an SQL query that concatenates columns that contain nulls. The only way I have been able to do this is in an Execute DTS 2000 Task. I have tried using an Execute SQL Task, but I can't get the SET option to work there. I would prefer not to use the Execute DTS 2000 Task, how can I do this
Thanks,
Greg

setting database options (CONCAT_NULL_YIELDS_NULL)