Viewing post 1 (of 2 total)
I can confirm this problem. Fix appears simple; change
CONVERT(VARCHAR,(COLS.[max_length]))
to
CONVERT(VARCHAR,(COLS.[max_length] / 2))
in two places.
February 27, 2012 at 11:49 am
#1452224