Brenden Kehren
-
3/6/2013 9:36:57 AM
RE:Kentico importing documents with same GUID
When a GUID is auto generated, it will not create a duplicate in the same column of a given table. Kentico Support, correct me if I'm wrong, but GUID's are used primarily for Content Staging. Don't get me wrong, you can use them to store permenant URLs and getting document info (and I use both of those religiously) but they are a must for Content Staging.
GUIDs are unique by machine, database, table. With that being said, there is nothing stating during an import or insert process you can't turn a few switches "off" and allow insert of a GUID that was not auto generated just like you can with a PK field.
|