Explicit conversion from data type uniqueidentifier to int is not allowed

Posted by senzacionale on Stack Overflow See other posts from Stack Overflow or by senzacionale
Published on 2010-06-05T07:59:03Z Indexed on 2010/06/05 8:02 UTC
Read the original article Hit count: 380

Filed under:
SET @AspNetUserGuid = (SELECT CAST(@AspNetUserGuidUI AS int))

I try with CONVERT but i have no luck too.

© Stack Overflow or respective owner

Related posts about t-sql