Viewing 2 posts - 1 through 2 (of 2 total)
Regarding the conversion error issue that I posted yesterday:
Tom, I tested the query on SQL 2008 R2 SP2 and SQL 2012 SP1, with the same results.
Paul, your explanation, along with...
September 26, 2014 at 6:39 am
#1748466
Can anyone help me understand why the second and third selects in the following generate an error?
-- create a table with 3 UUIDs
DECLARE @tbl TABLE (id UNIQUEIDENTIFIER);
INSERT INTO @tbl VALUES...
September 25, 2014 at 3:35 pm
#1748335