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
Update SQLServer DDL script to use VARCHAR instead of TEXT
The TEXT datatype has been deprecated since SQLServer 2017.
This commit updates the script to use the suggested
replacement, which is VARCHAR(MAX).
Resolves#864
0 commit comments