Question
objectGUID in a ms sql databse in a varchar(100) column
HI
I'm doing
returnAsBinary = "objectGUID"
in a <cfldap> query.
I was thinking of storing this value returned by objectGUID in a ms sql databse in a varchar(100) column as a primary key. Can you see any pitfalls with this method?
