I have a SQL View that produces a response with 8 columns. Its a rather complicated so I won\'t list it here and it won\'t add much to the issue I\'m trying to understand.>
I added
ISNULL(CONVERT(VARCHAR(50), NEWID()), '') AS Pkid
as my first column in my view to address this problem.