Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Local Temporary Tables and Table Variables

    the temp table is created with nvarchar(50) in both screenshots, is this correct?

    "

    CREATE TABLE #TestUDTs (AddressTypeID int NOT NULL,

    [Name] nvarchar(50) NOT NULL PRIMARY KEY CLUSTERED(AddressTypeID))

    It will fail with the following...

Viewing post 1 (of 1 total)