all groups > sql server replication > september 2007 >
You're in the

sql server replication

group:

Merge Replication limit of 6000 bytes?


Merge Replication limit of 6000 bytes? yashgt NO[at]SPAM gmail.com
9/19/2007 3:55:28 AM
sql server replication: Hi,

We are thinking of using SQL 2005 Merge Replication. Some of our
tables can possibly have larger rowsize as they have NTEXT columns
which will be populated with a lot of data.

How do we get around the limitation?
Does Repliation completely fail in such a situation?
Is there a way to let replication continue if we are sure that there
will not be conflicts in the large columns?

Thanks,
Yash
Re: Merge Replication limit of 6000 bytes? Hilary Cotter
9/19/2007 7:51:25 AM
This does not apply to text, image, varchar(max) columns.

Microsoft recommends you use the @stream_blob_columns parameter with a
value of true.

--
RelevantNoise.com - dedicated to mining blogs for business intelligence.

Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
[quoted text, click to view]

Re: Merge Replication limit of 6000 bytes? yashgt NO[at]SPAM gmail.com
9/19/2007 8:25:16 AM
Hi,

Does this mean that regardless of the size of the TEXT, VARCHAR(max)
columns, the replication will still happen?

Thanks,
Yash
Re: Merge Replication limit of 6000 bytes? Hilary Cotter
9/19/2007 12:09:35 PM
No, you are limited by available memory.

--
RelevantNoise.com - dedicated to mining blogs for business intelligence.

Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
[quoted text, click to view]

AddThis Social Bookmark Button