When using BLOBs with more than 8000 bytes of data, you need to specifically set ...Parameter.SqlDbType = SqlDbType.Image... to make it work (...as explained here...)....Dapper, when it sees a ...byte[]... field, defaults to a ...SqlDbType.Binary..., whic...