Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: User Defined Data Type and varchar(max)

    OK, I fixed it myself. It can be scripted, even though Management Studio won't let you do it.

    CREATE TYPE [TEST_VMAX] FROM [varchar] (max) NOT NULL

    Martin

    martin (5/27/2008)


    I want to change some...

Viewing post 1 (of 2 total)