All,
I'm using a sql query element to execute 'select newid()' from a MS Sql server.
I can see from the TT logs and a text to speech element that the value it's storing is a number instead of a guid. I think IPOCC is treating it as a numeric? Is there anyway to correct this?
I also tried select newid() as uniqueidentifier but that had the same problem.
Thanks
I'm using a sql query element to execute 'select newid()' from a MS Sql server.
I can see from the TT logs and a text to speech element that the value it's storing is a number instead of a guid. I think IPOCC is treating it as a numeric? Is there anyway to correct this?
I also tried select newid() as uniqueidentifier but that had the same problem.
Thanks