Replies: 1 comment
-
we've preserved backward compatibility for the most part. Does the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the old sqlcmd it is necesary to use scripting variable SQLCMDMAXVARTYPEWIDTH or -y switch to allow "max" variables to store strings longer than 256 chars.
How does it work in the new version? Is the content of nvarchar(max) truncated (e.g. JSON string)? If so, are there settings to avoid that?
Beta Was this translation helpful? Give feedback.
All reactions