One of the subscribers has a problem with a date column. When I try and set
the value to a NULL (NULL's allowed in DB) at the subscriber, the value is
accepted. But aftet the agent runs, the value is back to the value from the
publisher. If I try and NULL the value at the publisher, the value is never
accepted and returns back to the previous value.
The above is only true with NULL's. If I set the value to another datetime,
it works just fine in both directions.
SQL Server 2005 SP3 on all servers. Windows 2003 R2.
--
Kevin J
When I attempt to NULL the value in a SQL statement, it returns '1 row
affected', but when I check the table the value is still not null.
--
Kevin J