Changes between Version 1 and Version 2 of Ticket #12837, comment 14


Ignore:
Timestamp:
Aug 4, 2016, 7:25:43 AM (8 years ago)
Author:
Jun Omae
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12837, comment 14

    v1 v2  
    11Okay. Closing.
    22
    3 I guess it is needed to use `[UUT_RESULT] = CONVERT(uniqueidentifier, $UUT_ID)` if `[UUT_RESULT]` is a `uniqueidentifier`.
     3I guess it is needed to use `[UUT_RESULT] = CONVERT(uniqueidentifier, $UUT_ID)` if `[UUT_RESULT]` is a `uniqueidentifier` and pass GUID string to `$UUT_ID`.
    44
    55See http://stackoverflow.com/a/20940482/709074.