Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can't set ANSI_NULL ON
Message
General information
Forum:
Microsoft SQL Server
Category:
Other
Title:
Can't set ANSI_NULL ON
Miscellaneous
Thread ID:
01010873
Message ID:
01010873
Views:
62
Hello,

I have a server which I can't change it's ANSI_NULL setting to ON. I've adjust the server default, the database's default, confimed that ANSI NULLS is on for Query Analyzer's connection, SET ANSI_NULLS ON in Query Analyzer (Returned success), but DATABASEPROPERTYEX([database],'IsAnsiNullsEnabled') keeps returning 0. Do I need to restart the server or something?

The problem is that I need to coordinate this ANSI_NULL change to two servers involved in merge replication. Replication is failing because I added a computed column, asjusted the publishers ANSI_NULL setting, but the subscriber's ANSI_NULL is OFF. I have not found any way to adjust the connection settings for the Merge Agent, so I assume it uses the defaults? But even if I could specify the setting, doing so in Query Analyzer seems to have no effect.

What am I missing here?

TIA
Next
Reply
Map
View

Click here to load this message in the networking platform