January 2006 - Posts

Another simple tip:
Creating a GUID without a component.

This can be done by using SQL Server as a way to generate a GUID.
SELECT NEWID();

Retrieves a GUID.

Offcourse it's also possible to use .Net or a Component to do this like with the free GUIDmaker component from Serverobjects:
http://www.serverobjects.com/products.htm