We have an app that stores documents in the database as a varbinary(max) column. Our current average document size is about 475KB, so these are not large documents by any means, but there are a fair ...
When I try to insert a large value into a varbinary (max) column on SQL Server 2008 it is producing an error "The text, ntext, or image pointer value conflicts with the column name specified. (7125)" ...
🟢 this is going to be so useful for storing graphical output from your Python Notebooks - matplotlib/seaborn/bokeh and more as base64 PNGs in varchar(max) or straight PNGs in varbinary(max) - or HTML ...