Viewing 15 posts - 76 through 90 (of 167 total)
Sean Lange (6/6/2014)
valeryk2000 (6/6/2014)
2008
Not big on providing details today I see. What does this query return?
select @@VERSION
The bottom line is that there are hotfixes out there to deal with this....
June 6, 2014 at 11:14 am
2008
June 6, 2014 at 10:37 am
So ... order by does not work with intersect?
June 6, 2014 at 10:05 am
Ordering by column name does not help
June 6, 2014 at 9:34 am
To craig 81366: Thank you, 81366. Certainly the problem can be easily solved with cte. I just wanted to make sure that order by does not work with intersect -...
June 6, 2014 at 8:43 am
I have two tables with patient ID - one contains several records for one ID (tblLetterFlag), in the second it is a primary key. This code works OK:
select ClinicalReviewID...
June 6, 2014 at 8:20 am
In my experience pivot codes work slower with big tables than case ones.
January 8, 2014 at 2:45 pm
Thanks. Hope you entartained yourself as well (just a bit)
July 2, 2013 at 12:13 pm
It did indeed (see attached)!
I added another join to the query - it runs now 3 sec (we started with 2 min 25 sec).
I'm excited and proud (as if I...
July 2, 2013 at 11:12 am
Sean,
On larger chank of data your CTE-based qry runs 2.5 times faster.
I learned a lot from this discussion.
Thanks, brothers ....
July 2, 2013 at 9:34 am
I tested your code with CTE and non-clustered - it does not give any advantage (I'll try it later on a larger range of dates - currently it is just...
July 2, 2013 at 8:13 am
Viewing 15 posts - 76 through 90 (of 167 total)