Fellow SQLers.
We just started setting up replication.
Realized that Max text replication Size was set to default of 65536.
We have since changed it to -1 because we do have lob fileds (ntext, max, etc). And app team got the lob error.
Accorging to the doco. It leads me to believe that this has nothing to do with replication. What it does is prevent someone updating a column that is flagged for replication and throws error for the lob column if they try to load more than 65536. Is my understanding correct?
thanks
MG