You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per the given reference URL, the TEXT data type will be deprecated in a future version of Microsoft SQL server. Ideally whatever generates the SQL should be changed to generate VARCHAR(MAX) to maximise compatibility with future versions.
The auto-generated SQL column has had a TEXT data type for a very long time so technically most versions are affected, not just the Affects Versions listed.
I do not know if changing to VARCHAR(MAX) breaks anything.