Viewing post 1 (of 1 total)
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...
January 15, 2010 at 3:10 am
#1104103