I created few user defined types in my database as below
CREATE TYPE [dbo].[StringID] FROM [nvarchar](20) NOT NULL
and assigned them to vario
1.Rename the old UDT, 2.Execute query , 3.Drop the old UDT.