tsql - SQL Azure TEXTPTR is not supported -


according features not support in sql database, textptr , updatetext aren't supported in azure's sql database. there way can used insert/update big text/image fields, can avoid having entire column contents in memory?

updatetext depricated since sql server 2005. should use update ... set ... .write instead.


Comments

Popular posts from this blog

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

java - Reading data from multiple zip files and combining them to one -