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

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -