Forum Replies Created

Viewing 15 posts - 5,341 through 5,355 (of 5,685 total)

  • RE: DeadLock

    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...

  • RE: Heirarchy for DBA career

    David Webb-200187 (10/6/2010)


    Some possible paths would be to either broaden his scope and move into an Architect position, or specialize and do consulting in a specific area like data security,...

  • RE: Heirarchy for DBA career

    Senior DBAs don't advance, they just learn more...

    ... or end up in management.

  • RE: Finding Sequences (Need help ASAP)

    craig-404139 (10/6/2010)


    ^^ Thanks. I'll start chewing through that and seeing if it fits. At first glance I have no idea what it's doing. Like I mentioned I've never had to...

  • RE: Finding Sequences (Need help ASAP)

    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...

  • RE: Finding Sequences (Need help ASAP)

    craig-404139 (10/6/2010)


    Craig Farrell (10/6/2010)


    Craig,

    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...

  • RE: Writing Nearly Codeless Apps: Part 1

    kenambrose (10/6/2010)


    Having different specifications for a finished deliverable does not mean the methods one uses to implement the deliverable have to be different.

    I worked for years in custom manufacturing industry....

  • RE: Are the posted questions getting worse?

    Yep, and that was cheatin', Alvin...

    Simon? Ready. Theodore? *munchmunch* 'ere... "AAALLLLVVVVIIIINNNN!!!"

  • RE: Are the posted questions getting worse?

    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...

  • RE: Are the posted questions getting worse?

    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. 😉

  • RE: Are the posted questions getting worse?

    Hey! hold on there, I want on that wagon!

    15!

  • RE: How to construct set-based update stmts

    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...

  • RE: Writing Nearly Codeless Apps: Part 1

    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...

  • RE: Are the posted questions getting worse?

    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....

  • RE: Updating Column Where Value is Null with Previous Value

    Sorry, bad code, it should have been:

    UPDATE tbl

    SET

    @carryme = NullableCol = ISNULL( NullableCol, @carryme)

    FROM

    tbl

    ORDER BY

    tblID

    Oops.

Viewing 15 posts - 5,341 through 5,355 (of 5,685 total)