Thank you so much Lutz.
here is the table and a couple of test records...
CREATE TABLE [dbo].[aspdnsf_Attribute](
[AttributeID] [int] IDENTITY(1,1) NOT NULL,
[AttributeGUID] [uniqueidentifier] NOT NULL CONSTRAINT [DF_aspdnsf_ProductAttribute_AttributeGUID] DEFAULT (newid()),
[AttributeName] [nvarchar](200) COLLATE...