Pages

Social Icons

Thursday 27 September 2012

Length of LOB data () to be replicated exceeds configured maximum 65536


Whenever you try to replicate data from a database that saves the images(filestream) in the database, and you have included those images in your replication, then you might get this error

Length of LOB data (583669) to be replicated exceeds configured maximum 65536


using TSQL
sp_configure 'max text repl size', '2147483647'
GO
RECONFIGURE

No comments:

Post a Comment