Hi guys,
I'm just curious - if I were to run a query against a NAV table (say, Sales Line) using t-sql in SQL Server Management Studio, what would the implications on table locking be?
Lets say the query took 20 seconds to run. Would the table be locked if a NAV user wished to access the table in any way?
Thanks for your help
Comments
RIS Plus, LLC
I was thinking the same thing - a read-only query shouldn't lock the table, it doesn't make sense to.
So you won't block anyone, but it could happen that you are blocked, e.g. if another user is writing data into this table.
Regards,
Jörg
NAV/SQL Performance Optimization & Troubleshooting
STRYK System Improvement
The Blog - The Book - The Tool