Forum Replies Created

Viewing 15 posts - 7,441 through 7,455 (of 14,953 total)

  • RE: Coincidence or Causality

    Steve Jones - Editor (12/13/2009)


    A deadlock needs two sessions, and it needs multiple objects being accessed. AFAIK, if each person ran a single query you could not have a deadlock....

  • RE: PowerPivot

    I've maintained for years that pivot tables in Excel were as close to BI-nirvana as humanity is likely to get.

    This looks like a good addition to that toolset.

  • RE: Are the posted questions getting worse?

    Steve Jones - Editor (12/13/2009)


    Actually based on this thread I think the most often used words are "urgent" or "start your tests"

    😛

    LOL

    Got looks from coworkers.

    Very, very funny!

  • RE: Are the posted questions getting worse?

    CirquedeSQLeil (12/11/2009)


    By the time the thread hits 10,000 y'all will be flatlined, passed out drunk from all the bear being passed around - bwahahaha 10,000 shall be mine (or anybody...

  • RE: Are the posted questions getting worse?

    The Dixie Flatline (12/11/2009)


    A googolplex bottles of beer on the wall, a googolplex bottles of beer.....

    I don't think I can do that with a Numbers table...

    And can't imagine how SQL...

  • RE: Are the posted questions getting worse?

    Alvin Ramard (12/11/2009)


    GSquared (12/11/2009)


    On the subject of beer, one of my favorite jokes is that the human body is the world's most efficient machine at turning European beer into American...

  • RE: Are the posted questions getting worse?

    On the subject of beer, one of my favorite jokes is that the human body is the world's most efficient machine at turning European beer into American beer. Can't...

  • RE: Are the posted questions getting worse?

    bitbucket-25253 (12/11/2009)


    Alvin Ramard (12/11/2009)

    --------------------------------------------------------------------------------

    GSquared (12/11/2009)

    --------------------------------------------------------------------------------

    select cast(Number as varchar(10)) + ' bottles of beer on the wall

    ' + cast(Number as varchar(10)) + ' bottles of beer

    take one down, pass it around'

    from...

  • RE: Are the posted questions getting worse?

    The Dixie Flatline (12/11/2009)


    Can't believe you guys are using a While loop for this!

    I can't chug fast enough to keep up with a tally table !! :sick:

    Parallel processing....

  • RE: Are the posted questions getting worse?

    Alvin Ramard (12/11/2009)


    GSquared (12/11/2009)


    select cast(Number as varchar(10)) + ' bottles of beer on the wall

    ' + cast(Number as varchar(10)) + ' bottles of beer

    take one down, pass it around'

    from dbo.Numbers

    where...

  • RE: Are the posted questions getting worse?

    select cast(Number as varchar(10)) + ' bottles of beer on the wall

    ' + cast(Number as varchar(10)) + ' bottles of beer

    take one down, pass it around'

    from dbo.Numbers

    where Number between 1...

  • RE: Writing SQL that prompts for values

    You're welcome.

  • RE: Life Logging

    jcrawf02 (12/11/2009)


    Government suits are not going to suddenly become more efficient because more data is out there. They currently (going by Medicare standards) process claims blindly through an automated system,...

  • RE: Writing SQL that prompts for values

    David Kranes (12/11/2009)


    Gail, in Oracle it is built into SQL*Plus. I guess SQLCMD does not provide that functionality.

    SQLCMD does. Check out http://www.databasejournal.com/features/mssql/article.php/3566401/Using-SQL-Server-2005-sqlcmd-Utility.htm

    You asked about DDL scripts in T-SQL....

  • RE: Is it possible to use multiple cursors in sql server?!

    Ray K (12/11/2009)


    I haven't taken the time to dissect your code, but I did want to write my thoughts when it came to attacking set-based vs. structured programming.

    Most traditional structured...

Viewing 15 posts - 7,441 through 7,455 (of 14,953 total)