Viewing 15 posts - 136 through 150 (of 256 total)
Jack that's exactly what I'm trying to figure out if two smaller call backs vs. one large one will change performance much. Also when those calls are made does the...
September 9, 2014 at 12:41 pm
I started adding the extra ''. But wasn't exactly sure how that worked after it tried to run it. I should have put more effort into it. I also noticed...
September 2, 2014 at 11:40 am
As always Lynn you are one awesome dude. Count me as a member of the LP fan club:-)
No to look at what you did and try to understand it. Thanks...
September 2, 2014 at 11:36 am
I thought that was going to work Lynn, darn it. I have some Case WHEN Col1.code IN ('A','B','C') that's throwing it off.
IF EXISTS (SELECT 1 FROM sys.objects WHERE...
September 2, 2014 at 11:09 am
Thanks everyone for the suggestions. I also appoligize about the limited information. Its hard to post the real code because of my company and because its so large.
I will say...
September 2, 2014 at 10:47 am
That's exactly what I'm getting is the Create View must be the only statement in the batch. I wrote a series of reports. That needs to span 3 different databases...
September 2, 2014 at 10:41 am
awesome tip Lynn. I'll make those changes
August 28, 2014 at 4:28 pm
That might be possible there is a lot of bad stuff I have cleaned up. Such as NOLOCK on every JOIN, but I still have a lot left. its a...
August 28, 2014 at 4:14 pm
I think I can get some more performance with tweaking and changing some of the underlining logic for the updates. I just didn't know if a Index would help since...
August 28, 2014 at 3:52 pm
For the most part its being updated from the same 4 or 5 tables. On each Update. With different criteria on each one.
FROM #RESULTS r
INNER JOIN table1 t1...
August 28, 2014 at 3:33 pm
Evil Kraig F (7/18/2014)
July 18, 2014 at 2:38 pm
Evil Kraig F (7/18/2014)
thomashohner (7/18/2014)
July 18, 2014 at 2:27 pm
I should add all of the INSERT Information is under 50 characters max.
July 18, 2014 at 2:24 pm
This is for a report nothing else. They are just trying to create a result set with this temp table. There are a few UPDATEs to the temp table that...
July 18, 2014 at 2:18 pm
Solution: it was a corrupted file. The first one I used was a ZIP file that I downloaded then had to extract. I downloaded and used the Uncompressed version and...
July 17, 2014 at 4:45 pm
Viewing 15 posts - 136 through 150 (of 256 total)