Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
marcusn25
Yak Posting Veteran
56 Posts |
Posted - 2014-09-09 : 05:55:28
|
Hi,
The database I am working on stores data as GUIDs. How I can retrieve the value of data as it appears on the front end of the application
i.e
UserID on the Front end
3534328
CustomerID in SQL Server (GUID)
7A1BD098-4B3D-E311-962B-00155DFAD427
The above is just one of the exampoles and I would like to retrieve the actual value as it appears on the front end in SQL.
Any Ideas ?
Many Thanks,
Marcus
I learn something new everyday. |
|
gbritton
Master Smack Fu Yak Hacker
2780 Posts |
Posted - 2014-09-09 : 08:25:27
|
Please post the table definition (that is, the CREATE TABLE statement) |
 |
|
|
|
|