kentico_radekm
-
3/1/2010 8:31:48 AM
RE:Migration of existing users into new Kentico site
Hello.
If you do not want to use API (and Guid.NewGuid() method), you can use NEWID() in you SQL query, which creates a unique value of type uniqueidentifier, e.g. 6F9619FF-8B86-D011-B42D-00C04FC964FF (GUID). You can see more details here: http://msdn.microsoft.com/en-us/library/ms190348.aspx
Best Regards, Radek Macalik
|