Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: Get DDL for any SQL 2005 table

    I can confirm this problem. Fix appears simple; change

    CONVERT(VARCHAR,(COLS.[max_length]))

    to

    CONVERT(VARCHAR,(COLS.[max_length] / 2))

    in two places.

Viewing post 1 (of 2 total)