Options

Recordlevellocking in SQL

xavigepexavigepe Member Posts: 185
edited 2008-01-08 in SQL General
Sorry but I'm absolutely newbie in this topic. If I am using Navision 4 SP3 with SQL Server. Is it normal that I have errors showing "Table serial no. is locked by other user..." . Is this normal having a table lock when I'm using SQL?.


Thanks,

Comments

  • Options
    kinekine Member Posts: 12,562
    It is normal, because the message is not precise. It means that "record you want to read (modify) is locked (by rowlock, page lock, table lock...)".
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • Options
    krikikriki Member, Moderator Posts: 9,089
    [Topic moved from Navision forum to SQL General forum]
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • Options
    xavigepexavigepe Member Posts: 185
    Sorry but I still think there's some problem with what I am doing. I have lots of lock messages and even when I'm trying to delete a sales header created by me I get a message saying "Sales line is blocked by other user". Do you think this is really normal using SQL Server?.
  • Options
    Marije_BrummelMarije_Brummel Member, Moderators Design Patterns Posts: 4,262
    No, it is not normal but somtimes reality for users.

    Can you identify the processes that are blocking each other? You can see it in the database, info, users screen.
Sign In or Register to comment.