Viewing 15 posts - 136 through 150 (of 499 total)
Dev (11/17/2011)
Sean Lange (11/17/2011)
Dev (11/17/2011)
Ninja's_RGR'us (11/17/2011)
Tom Brown (11/17/2011)
November 17, 2011 at 9:21 am
One of the reasons I like this forum because its generally good-natured and troll free. Of course this could be because we're not discussing politics or religion.
From my extensive...
November 17, 2011 at 9:13 am
Ah ha
No offence intended GS 😉
But I see you have deleted yours quals list Ninja (if you ever joined that game) - I'm sure you would be perfectly within your...
November 17, 2011 at 8:35 am
It has to be oversized, have you seen his list of qualifications - not sure I understand most of them but I'd like to be a qualified ROFL too 😀
November 17, 2011 at 8:23 am
Try this
select SUM(CASE WHEN T4.Name LIKE '%D%' THEN T4.U_SYS_TOTN/1.16 ELSE 0 END) AS 'DEV',
SUM(CASE WHEN T4.NAME LIKE '%N%' THEN T4.U_SYS_TOTN/1.16 ELSE 0 END) AS 'NC', T5.Code
from [@SYS_PDEVOLUCIONES] T4
LEFT OUTER JOIN...
November 17, 2011 at 1:43 am
I need to read up on SNAPSHOT stuff, as it could be a great benefit to some of the stuff we do.
As I understand it - correct me if I'm...
November 15, 2011 at 6:57 am
And I'm not going to try to get the actual execution plan of a while loop process again!! - big mistake.
November 15, 2011 at 6:43 am
Thanks for the offer.
My timings are for a developer machine - it generally takes around 50/60 seconds in production
And I know why its slow.
There is an update to a...
November 15, 2011 at 6:42 am
I've tested and Its definitely quicker with some of the @table variables converted to #tmp tables (the ones that are reused in joins) - I then added indexes on the...
November 15, 2011 at 6:23 am
I can't post the code - aside from the security issues, its 630 lines and contains selects and joins on 10 or 12 other tables.
How do I get...
November 15, 2011 at 5:49 am
OK I've read and inwardly digested the link. :blush:
Seems like SNAPSHOT Read committed is one way to go. However if I investigate this and find is what we want,...
November 14, 2011 at 9:32 am
OK GSquared. Now you have me worried.
I use WITH (NOLOCK) extensively - not as a go-faster thing, but to avoid having to wait for locks to clear before getting...
November 14, 2011 at 9:11 am
Ninja's_RGR'us (11/14/2011)
If you want order in the subsequent selects, you HAVE TO specify ORDER BY in the...
November 14, 2011 at 9:02 am
I thought as much. Many thanks.
November 14, 2011 at 8:47 am
In England its 'my twopenneth' - usually meaning you've had a rant at someone and given them much more opinion than they really wanted.
'My twopennth' is given freely...
November 9, 2011 at 5:37 am
Viewing 15 posts - 136 through 150 (of 499 total)