Unique Identifier displaying incorrectly in SSRS

  • 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.

  • In frustration, I ended up converting the guids to chars on the SQL side before returning them to SSRS. Didn't like doing that but it will work for now.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply