We successfully migrated from sql 2005 to sql 2008 few weeks back (a non production environment) , there was little or no issues with the migration, I would consider this to be one of the items that went well for us as a DAB team for last quarter. Few days back on of the dev folks walk up to me told me a transaction won’t get completed and the application is generating the following error. Msg 7139, Level 16, State 1, Procedure csp_esccm_tTablename_Update, Line 49 Length of LOB data (72322) to be replicated exceeds configured maximum 65536. The statement has been terminated. After going through the message I noticed that the error was to do with replication and that the maximum row size is not supported with one of the current settings after the migarion. Solution There are server level setting that needs to be changed for replication to successfully transfer large data rows. 1. exec sp_configure 'max text repl size' Highlight and execute the code on line one. T...
This blog is to, share the encounters and learning’s of Sql Server