开发者

MS Access 2007: "Attachment" data type equivalent in SQL Server 2008?

开发者 https://www.devze.com 2022-12-24 10:18 出处:网络
What is the \"Attachment\" data type\'s equivalent in SQL Se开发者_开发百科rver 2008?There is no direct equivalent the closest would be BLOB..Image datatype is quite similar to Attachment.

What is the "Attachment" data type's equivalent in SQL Se开发者_开发百科rver 2008?


There is no direct equivalent the closest would be BLOB..


Image datatype is quite similar to Attachment.

I prefer to use VarBinary(max) for images, I believe that the image datatype is supposed to e depecrated.

0

精彩评论

暂无评论...
验证码 换一张
取 消