-- Table: CurrentSessionContainedName CREATE TABLE [CurrentSessionContainedName] ( [Uniqeid] int NOT NULL, [obj_id] int NULL, [containedname] nvarchar(32) NULL, CONSTRAINT [PK_CurrentSessionContainedName] PRIMARY KEY ([Uniqeid]) ); GO