Change you query to ISNULL(column,'')
[quoted text, click to view] Tom wrote:
> I noticed when connecting to SQL Server using the SQL OLEDB provider that a
> number of SET commands are issued. In particular
>
> SET CONCAT_NULL_YIELDS_NULL ON
>
> is issued, and I'd like to change that to OFF. I've set the database option
> to turn this off by default, but all of the client connections still issue
> the command. Is there a way in the connect string to specify SET options?
>
> Thanks,
>
> Tom