Forum Replies Created

Viewing 15 posts - 4,081 through 4,095 (of 5,394 total)

  • RE: Query Help

    virender.singh (6/25/2010)


    derived/nested query is ok. but we will have a performance issue with this.

    What kind of performance problem? The way of accessing the table suggested by Kingston isn't any different...

  • RE: Query Help

    Dave Ballantyne (6/25/2010)


    Then you can use a derived table as Kingston suggested, or a CTE

    Agreed. Thanks for posting DDL and sample data.

    What Dave is calling a CTE is something like...

  • RE: Query Help

    I don't quite get the question.

    Can you post an example? Basically I would like to see:

    * A CREATE TABLE script

    * Some sample data, scripted as INSERT into your test...

  • RE: The Phantom DBA

    I can't say for the worldwide trends, I don't have that perception. I can only say for my shop and what I see around me.

    I got from developer and accidental...

  • RE: Interesting INSERT-EXEC issue

    Does it return a logon error?

    You could also try the other way with a linked server.

  • RE: Evil bug in 2005 management studio

    It's well known to be so.

    You have to be very careful.

  • RE: Interesting INSERT-EXEC issue

    Is it a named instance? Try changing (local) into your actual server\instance.

  • RE: Are the posted questions getting worse?

    Paul White NZ (6/24/2010)


    Gianluca,

    With things as they are, both our teams will be going home. We don't look much like scoring.

    0-0

    Paul

    Antipodes go home. :crying:

  • RE: Are the posted questions getting worse?

    D.Oc (6/24/2010)


    Hey neighbor, don't worry, there is still 2nd half

    :crying::crying::crying::crying::crying::crying::crying::crying::crying:

    :crying::crying::crying::crying::crying::crying::crying::crying::crying:

    :crying::crying::crying::crying::crying::crying::crying::crying::crying:

    :crying::crying::crying::crying::crying::crying::crying::crying::crying:

    Isn't there a third half to lose of some more goals?

  • RE: Are the posted questions getting worse?

    :crying::crying::crying::crying::crying::crying::crying::crying::crying:

    :crying::crying::crying::crying::crying::crying::crying::crying::crying:

  • RE: Concurrency in table without deadlocks

    I'm sorry. I thought you were experiencing deadlocks from the thread title.

    So, what's your issue?

  • RE: invoke trigger 1'000'000 times?

    I'm sure the trigger doesn't do magic inside its code. You could perform the same operations getting rid of the INSERTED/DELETED logical tables.

    Updating the whole table with guid = guid...

  • RE: Concurrency in table without deadlocks

    Deadlocks occur when two (or more) concurrent sessions hold locks on the same object (table, row etc.).

    Typical scenario is something like this:

    Session 1 ...

  • RE: INSERT INTO SELECT WITH ORDER BY

    Paul White NZ (6/24/2010)


    Random fact for the day:

    On a table clustered on an integer IDENTITY column, SQL Server Enterprise can use linear interpolation to find the row data on the...

  • RE: INSERT INTO SELECT WITH ORDER BY

    GilaMonster (6/24/2010)


    Eugene Elutin (6/24/2010)


    Hi Joe, since when are you back to a dusty Texas? Or how you managed to get internet connection in your Borneo hut?

    That's uncalled for.

    I was curious...

Viewing 15 posts - 4,081 through 4,095 (of 5,394 total)