开发者

Which column type should I use for storing HTML of an unknown size?

开发者 https://www.devze.com 2022-12-26 03:07 出处:网络
What column type should I use for storing html content from a website with an unknown size? (I\'m scanning certain html pages, and create an database entry if there are cha开发者_JS百科nges between t

What column type should I use for storing html content from a website with an unknown size?

(I'm scanning certain html pages, and create an database entry if there are cha开发者_JS百科nges between the last stored entry and the current html code.)

My database is a MSSQL 2008 express database.


Use varchar(max)

0

精彩评论

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