Forum Replies Created

Viewing 15 posts - 18,166 through 18,180 (of 26,489 total)

  • RE: Mystery - SQL Suddenly Failing to Connect

    Glad to see that you were able to correct the problem.

  • RE: SUM(Case) issue

    Not only that, looking at the code Lowell is writing for you, there isn't enough info (tables or sample data) in your previous post to even work with as it...

  • RE: SUM(Case) issue

    Sorry, but I tried using the code you provided to setup a test environment and it is failing. You provided a foreign key reference that apparently doesn't apply, for...

  • RE: Log File runing.... Disk out of space

    I have aborted a transaction in the past that had been running for over an hour, and it took longer to rollback, so yes, it is possible that had you...

  • RE: Stored procedure ignores DENY INSERT

    I have to agree with the others, if you don't want the user to insert data, don't give them execute rights to the procedures that insert data into the tables.

  • RE: SUM(Case) issue

    Here's the problem. You have given us the code but no data or table structures with which to work with. Since we can't see your data there isn't...

  • RE: use T-SQL call BCP to load txt into table

    First, not really sure. Can you show us the entire command and the full error message you are receiving?

    Second, have you looked at using BULK INSERT to accomplish the...

  • RE: Today's Random Word!

    frustrated

  • RE: Log File runing.... Disk out of space

    atramard (12/2/2009)


    So guys basicaly If your transaction log is as big as your disk allowed and the trasaction is not completed, there is not lot you can do as:

    - you...

  • RE: Mystery - SQL Suddenly Failing to Connect

    homebrew01 (12/1/2009)


    Lynn Pettis (12/1/2009)

    In the SQL Server Configuration Manager, what protocols are enabled for the SQL Server instance?

    "TCP\IP only" ... our usual setting

    Okay, but looking at the error message it...

  • RE: Cursors. Are the really that evil?

    GSquared (12/1/2009)


    Lynn Pettis (12/1/2009)


    jdurandt (12/1/2009)


    Oh the humanity....

    @Lynne - I agree 100% : Set based processing is the answer in 99% of cases. What I was saying though is that,...

  • RE: Mystery - SQL Suddenly Failing to Connect

    homebrew01 (12/1/2009)


    Lynn Pettis (12/1/2009)


    Just out of curiosity, have you tried just shutting down and restarting SQL Server, no server reboot?

    I had, through the Services screen. I just tried again, through...

  • RE: Cursors. Are the really that evil?

    jdurandt (12/1/2009)


    Oh the humanity....

    @Lynne - I agree 100% : Set based processing is the answer in 99% of cases. What I was saying though is that, in the event...

  • RE: Mystery - SQL Suddenly Failing to Connect

    Just out of curiosity, have you tried just shutting down and restarting SQL Server, no server reboot?

  • RE: Cursors. Are the really that evil?

    jdurandt (12/1/2009)


    Ok, I see what you mean. that is definitely something that you cannot do with a cursor. Not that I have needed to change the cursor contents in 11...

Viewing 15 posts - 18,166 through 18,180 (of 26,489 total)