Viewing 15 posts - 5,341 through 5,355 (of 5,685 total)
WayneS (10/6/2010)
Craig Farrell (10/6/2010)
Answer: No and no.This code, as is, will not deadlock independently. There's no transaction calls.
What is the serverwide setting for isolation?
Craig, did you consider the effect...
October 6, 2010 at 6:16 pm
David Webb-200187 (10/6/2010)
October 6, 2010 at 5:33 pm
Senior DBAs don't advance, they just learn more...
... or end up in management.
October 6, 2010 at 5:14 pm
craig-404139 (10/6/2010)
October 6, 2010 at 5:12 pm
Edit: Sorry for the multi-edit. Something didn't play nicely with the code= statements when I tried to first post this.
The Test Harness:
SELECT TOP 1000000
IDENTITY(INT, 1,1) AS N
INTOTally
FROM
Master.dbo.SysColumns sc1,
Master.dbo.syscolumns sc2
ALTER...
October 6, 2010 at 4:51 pm
craig-404139 (10/6/2010)
Craig Farrell (10/6/2010)
Is it safe to assume that this field will alway end in numerics? If so, I may have a simple solution for you regarding the variable...
October 6, 2010 at 4:15 pm
kenambrose (10/6/2010)
I worked for years in custom manufacturing industry....
October 6, 2010 at 4:09 pm
Yep, and that was cheatin', Alvin...
Simon? Ready. Theodore? *munchmunch* 'ere... "AAALLLLVVVVIIIINNNN!!!"
October 6, 2010 at 3:47 pm
Ray K (10/6/2010)
Are we there yet?
And now I have that episode of the Smurfs stuck in my head when they're bringing Brainy to the moon...
October 6, 2010 at 3:46 pm
CirquedeSQLeil (10/6/2010)
Amazing that the thread has experienced ~150 posts so far today. Busy busy thread.
Yeah, Gail was quite busy today...
And Mr. 13, you missed. 😉
October 6, 2010 at 3:45 pm
Hey! hold on there, I want on that wagon!
15!
October 6, 2010 at 3:43 pm
Larry Kruse (10/6/2010)
Many thanks Craig!Your example was pretty damn close...with just a couple of minor tweaks I got it to work!
....
tu1.org_id = 10[/code]
Yawhoops... I'm the man...
October 6, 2010 at 3:36 pm
To hose down the inbound flame war:
Regardless of how the R&D department at Honda works, the point is that the engine is a finished product, then reproduced.
The equivalent of a...
October 6, 2010 at 3:32 pm
Stefan Krzywicki (10/6/2010)
jcrawf02 (10/6/2010)
Alvin Ramard (10/6/2010)
Stefan Krzywicki (10/6/2010)
CirquedeSQLeil (10/6/2010)
It looks like Alvin got it.And with a reference to the start of the thread no less.
We're now in an infinite loop....
October 6, 2010 at 3:26 pm
Sorry, bad code, it should have been:
UPDATE tbl
SET
@carryme = NullableCol = ISNULL( NullableCol, @carryme)
FROM
tbl
ORDER BY
tblID
Oops.
October 6, 2010 at 3:13 pm
Viewing 15 posts - 5,341 through 5,355 (of 5,685 total)