September 22, 2008 at 3:07 pm
I've been asked to add a field to a table and the type should be "uniformkey"
Not sure what that is!
Does anyone know?
Thank you.
Roger
September 22, 2008 at 4:06 pm
There's no such data type in SQL Server.
Can you get some clarification from the person who requested this as to what they mean?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
September 22, 2008 at 6:34 pm
Roger Abram (9/22/2008)
I've been asked to add a field to a table and the type should be "uniformkey"Not sure what that is!
Does anyone know?
Thank you.
Roger
They probably mean "UniqueIdentifier".
--Jeff Moden
Change is inevitable... Change for the better is not.
September 23, 2008 at 6:46 am
That's exactly what it turned out to be.
Thank you.
Roger
September 23, 2008 at 8:05 pm
Thanks for the feedback, Roger. Heh... you're going to learn to love UniqueIdentifiers about as much as you'll learn to hate them. I love them because they're guaranteed to be unique, but every time I have to read one of the buggers and then maybe type it for troubleshooting purposes, both me and my old eyes really hate them. 😛
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply