SQL Data Generator 4

Creating random GUIDs in SQL Data Generator

You may want to task SQL Data Generator with creating a Globally-Unique Identifier (GUID) to populate a text column.

It is possible to create a GUID in a string field by using the RegexpGenerator and entering the following in the Regular Expression field:

[0-9a-f]{8}\-[0-9a-f]{4}\-[0-9a-f]{4}\-[0-9a-f]{4}\-[0-9a-f]{12}

Didn't find what you were looking for?