Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)

  • RE: Locks

    I had problems where just simple select queries take a lot of time on ocassions and runs fine on other occassions.

    When I looked at the profiler I found that...

  • RE: Locks

    Is there a way for me to find out why SQL server is trying to acquire a lock? I understand that I can't completely block all locks. But I want...

  • RE: Binary & image columns and unused space

    I don't think that you are not able to shrink the file because of the binary data. Just use DBCC shrink and also make sure that you are doing some...

  • RE: Errors with NoLock

    There is approx 3 million records in one of the table.

    quote:


    When you are talking about data movement, how much data?

    K. Brian Kelley

  • RE: Errors with NoLock

    Yes, I am aware that NoLock allows dirty reads. Dirty reads are not a huge problem on your website. We would like to allow our users much faster access. Our...

  • RE: Errors with NoLock

    Error Number is 601.

    We are not using cursors.

    quote:


    Ok I was thinking maybe in an app. However are any of the Stored Procedures...

  • RE: Errors with NoLock

    Its not exactly the same thing tht you posted but these are some of them I looked at :

    http://support.microsoft.com/default.aspx?scid=kb;en-us;Q275427

    http://support.microsoft.com/default.aspx?scid=kb;en-us;Q268081

    I guess they have not fixed the problem...

  • RE: Errors with NoLock

    Yes, we have few tables where user can add or update the records. If during the reads from those tables we don't put NoLocks the queries take very very long...

  • RE: Errors with NoLock

    The stored procedures I am talking about are very big stored procedures using lot of custom tables.

    Its not that I get this error everytime I use that stored procedure....

  • RE: Errors with NoLock

    I don't think anything has changed. But what kind of changes are you referring to. I have many stored procedures that gets changed regularly.

    Are you aware of any reason...

Viewing 10 posts - 1 through 10 (of 10 total)