Viewing 3 posts - 1 through 3 (of 3 total)
Hi,
Thx for the reply. But I do not want to modify the calculated column.
The thing is that the insert fails because the signature of the temp table is not the...
November 8, 2008 at 3:36 am
#895932
Yep, why ?
[font="Courier New"][/font]
ID ...
November 7, 2008 at 9:13 am
#895634
Hi There,
You can convert it like this:
DECLARE @RR as uniqueidentifier
SET @RR = CONVERT(uniqueidentifier, '5617317D-3D3A-430C-956C-34585EC7964B')
...
November 7, 2008 at 8:33 am
#895593