Forum Replies Created

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

  • RE: spid 72 says its being blocked by spid -2 in EM

    Even if you use WITh (NOLOCK) the transaction still locks the table for the update.  SQL performs this in an implicit transaction whether the user likes it or not.  However,...


    Victor Campos, MCP/MCSD
    Options Software Consultant

  • RE: spid 72 says its being blocked by spid -2 in EM

    I've experienced this same problem when trying update two tables - my solution was to use WITH (pagelock) hint since an update needs to lock at least the row.  rowlock...


    Victor Campos, MCP/MCSD
    Options Software Consultant

  • RE: Front-end for Sql server - What's best?

    All these VB and Access Guys that are informing you that VB and Access are the best front end are full of it.

    If you want a truly powerful RAD front-end...


    Victor Campos, MCP/MCSD
    Options Software Consultant

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