My first inclination would be to use the UNIQUEIDENTIFIER datatype for the GUID instead of VARCHAR but that may be contrary to formatting of the data received. ...
Each RSSItem has a guid - varchar(512), AuthorName - varchar(256) , Title - NVARCHAR(500), Description - NVARCHAR(4096), PublishDate as a UTC datetime and a...