I want to create a varchar column in SQL that should contain N\'guid\' while guid is a generated GUID by .NET (Guid.NewGuid) - class System.Guid.>
N\'guid\'
guid
I believe GUIDs are constrained to 16-byte lengths (or 32 bytes for an ASCII hex equivalent).