Viewing 3 posts - 1 through 3 (of 3 total)
hi guys,
Actually, i solved my problem by changig the query to this one :
SELECT DISTINCT Cast(Cast(tablre1.Col1 as nVarchar(2))+Cast(tabble1.col2 as nVarchar(3))) as nvarchar(5)) , Cast(Cast(tablre2.Col1 as nVarchar(2))+Cast(tabble2.col2 as nVarchar(3))) as nvarchar(5))
FROM...
May 16, 2009 at 4:37 am
The query on witch i'm struggling is the following :
SELECT DISTINCT Cast(Cast(Col1 as nVarchar(2))+Cast(col2 as nVarchar(3))) as nvarchar(5)) as invalidValue
FROM Table1
WHERE Cast(Cast(Col1 as nVarchar(2))+Cast(col2 as nVarchar(3))) as nvarchar(5))
NOT...
May 14, 2009 at 2:48 pm
Jeff Moden (5/4/2009)
Frank Carrelli (5/4/2009)
I found my issue that was causing my slow running queries. It appears the Coalesce statements...
How serendipitous... I've recently made that same discovery with doing things...
May 14, 2009 at 8:16 am
Viewing 3 posts - 1 through 3 (of 3 total)