Viewing 3 posts - 1 through 4 (of 4 total)
Thanks Eric.
Much of these are against a db built specifically for reporting. Will check on cardinality.
Thanks again.
August 23, 2016 at 3:56 pm
#1897066
Old topic but still relavent...
In my previous job, I always used CTEs and they were much faster when compared to temp tables.
In the current place, strangely enough Temp tables almost...
May 6, 2013 at 3:42 pm
#1612796
@Qutip
I also face the same issue with GUIDs.
Use Jeff's Splitter. It is awesome.
I converted the GUID column to varchar and it worked. Try it out
cast(<GUIDColumn> as varchar(max)) IN (SELECT...
November 12, 2012 at 10:43 am
#1558240