Jeremy Stein - Brain
« SQL Server 2000 error handling | Outlook 2003 move PST file » |
Generate Hibernate GUID with Sql Server
To create a Hibernate UUID (uuid.hex) within SQL code (e.g. a stored procedure) use this function:
LOWER(REPLACE(NEWID(),'-',''))
No Comments
Be the first to comment!
« SQL Server 2000 error handling | Outlook 2003 move PST file » |
Leave a Reply