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: 400
t-sql
SET @AspNetUserGuid = (SELECT CAST(@AspNetUserGuidUI AS int))
I try with CONVERT but i have no luck too.
© Stack Overflow or respective owner