Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Saturday, October 14, 2017

Performance Optimization: Can a varchar(max) be "SPLIT" into 8K chunks at the nearest delimiter AND quickly?

SQLServerCentral » Latest topics
Performance Optimization: Can a varchar(max) be "SPLIT" into 8K chunks at the nearest delimiter AND quickly?
I've got a scenario where it might be almost impossible to change a data type for an existing stored procedure parameter because of the number of other things that would have to change, and the level of effort required to ensure all those changes were mad

No comments: