I have a dynamic query in which I want to concatenate uniqueidentifier, but + and & operators are not supporting this, is there a way I can concatenate uniqueidentifier to a dynamic string. Any sample or any help in this regard will be highly appricated.
|
|
|
|
|
|
|
Have you tried casting or converting to a string first, then concating?
|
||||||||||
|
