I wanted to know what is getguid( ) and how I can use it to populate a field in my table. The field's data type is char(10). I found nothing in the BOL. Thanks for your help.
I'm not familiar with it - possibly its a user defined function? SQL has a uniqueidentifier(GUID) data type that you can populate using the newid() function is as close as I know of.