Is there a big technical difference between VARBINARY(MAX) and IMAGE data types?

前端 未结 4 1428
南方客
南方客 2020-12-18 20:19

I was reading on internet these statements about SQL Server data types:

  1. VARBINARY(MAX) - Binary strings with a variable length

4条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-18 21:06

    I inadvertently found one difference between them. You can insert a string into an image type but not into a varbinary. Maybe that's why MS is deprecating the image type as it really doesn't make sense to set an image with a string.

提交回复
热议问题