get the inserted GUID
Database
2
Posts
2
Posters
0
Views
1
Watching
-
Hi I used to use the function SCOPE_IDENTITY() to get the inserted identity, now I need to get the inserted GUID any idea how to do so Thanks
Mohammad Al Hoss Development To Me Is A Pleasure more than a Job
-
Hi I used to use the function SCOPE_IDENTITY() to get the inserted identity, now I need to get the inserted GUID any idea how to do so Thanks
Mohammad Al Hoss Development To Me Is A Pleasure more than a Job
The minimum of research turns up the first in this list clickety[^] which leads me to believe that GUIDs are a really bad idea. I have used unique identifiers where databases needed to be merged but there was always an identity field for local processing.
Never underestimate the power of human stupidity RAH