Using Visual Studio 2010
GUID returned in SSMS by query = '90D24613-5772-4F60-A5D9-3606175FEDE4'
Same value displays in SSRS report as 'db66d9d1-fb6c-4670-ba34-3369152d38ad'
I've tried CStr, StrConv, and CType without success so far. I just want to display the original GUID value.
An pointers would be appreciated.