Forum Replies Created

Viewing 15 posts - 496 through 510 (of 920 total)

  • RE: Why doesn't this work?

    I don't have a system to try this on, but I think if you change the definition of @c to varchar, you'll find it will work. Remember, a char(10)...


    And then again, I might be wrong ...
    David Webb

  • RE: Look at everything, change nothing

    Yep, I was afraid of that...

    Thanks for the quick response.


    And then again, I might be wrong ...
    David Webb

  • RE: SP says it's exceeded nesting level when there is no nesting involved!

    Is there a trigger on the table in the new database that might be recursively calling itself based on data being manipulated?


    And then again, I might be wrong ...
    David Webb

  • RE: Using sp_executesql in Stored Proc not giving expected results

    Am I misreading the problem? Are you sending more than 100000 insert statements as one variable into sp_executesql? One of them is hanging the process and therefore the...


    And then again, I might be wrong ...
    David Webb

  • RE: xpcmdshell

    If you're running this inside the SQL Server, isn't it using the SQL Server account as the context under which to run? If so, it may be trying to...


    And then again, I might be wrong ...
    David Webb

  • RE: SQL future

    Maybe there is an assumption within the community that the Next Great Leap will be an extension of the Relational Model. I'd certainly like to believe that. It...


    And then again, I might be wrong ...
    David Webb

  • RE: delete records in sql without entry in transaction log

    I've heard a lot of people who should know better ask for this option. If MS ever implements it I think it should be:

    SET CORRUPT_MY_DATABASE_AT_THE_WORST_POSSIBLE_TIME = True


    And then again, I might be wrong ...
    David Webb

  • RE: Creating blocks on purpose for testing

    If you do an explicit

    BEGIN TRAN

    then select, update or delete something, the locks obtained by the DML statement should be maintained until an explicit commit or rollback is issued on...


    And then again, I might be wrong ...
    David Webb

  • RE: Server Consolidation - What to measure to determine if you should

    The only other thing I'd look closely at is the backup strategy. Does the consolidation introduce any conflicts with backup configurations? Will the larger number of backups require a...


    And then again, I might be wrong ...
    David Webb

  • RE: Divided Operator

    If you're talking about the relational division operator, a decent explanation with some SQL as an example is http://www.dbazine.com/ofinterest/oi-articles/celko1.

    I'm not a big Celko fan, but this (and the included references)...


    And then again, I might be wrong ...
    David Webb

  • RE: Are the posted questions getting worse?

    Grant Fritchey (7/23/2009)


    David Webb (7/23/2009)


    For the younger crowd, I'd stay away from Delaney. His "Dhalgren" is perhaps the strangest book ever written and x-rated to boot. As a...


    And then again, I might be wrong ...
    David Webb

  • RE: Are the posted questions getting worse?

    For the younger crowd, I'd stay away from Delaney. His "Dhalgren" is perhaps the strangest book ever written and x-rated to boot. As a work of style, construction,...


    And then again, I might be wrong ...
    David Webb

  • RE: Are the posted questions getting worse?

    Andre Norton has some excellent material for that age. I'd recommend Star Man's Son.

    I'd also recommend Zelazny's "A Night in the Lonesome October" for anyone, like me, who enjoys...


    And then again, I might be wrong ...
    David Webb

  • RE: Are the posted questions getting worse?

    Grant Fritchey (7/23/2009)


    Another completely off-topic post.

    My 11 year old is starting to discover books (YAY! Finally). He just tore through Zelazny's "Damnation Alley." I need more in this vein. Any...


    And then again, I might be wrong ...
    David Webb

  • RE: Are the posted questions getting worse?

    I'd guess not. Wasn't he asking people to vote for an enhancement that allowed foriegn keys to be supported by pointers? I'd say that a true relational fanatic...


    And then again, I might be wrong ...
    David Webb

Viewing 15 posts - 496 through 510 (of 920 total)