hi folks,
i have no sql experience thus sorry if it sounds stupid to you.. when i run report that will export to excel.. i got an error message saying:
The Excel Buffer table cannot be changed because it is locked by another user.
Wait until the user is finished and then try again.
0
Comments
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
noted, thanks a lot.. but we need to find out the report which is locking the table before request to amend the report..
Just a happy frood who knows where his towel is
Anyway, if you want to learn more about blocks & deadlocks you might look into this!
NAV/SQL Performance Optimization & Troubleshooting
STRYK System Improvement
The Blog - The Book - The Tool
I figure one of the easiest way was to run SQL Activity monitor and sort the expensive column in a circumstances when user feedback that there was performance & locking issues....
what do you think of the idea ?
I'd rather establish processes which automatically record problems, so you could investigate them any time you want. Also, once you record data, you can "weight" or "priorize" problems, you could count them and compare results before/after changes etc..
More about Blocks & Deadlocks:
http://dynamicsuser.net/blogs/stryk/archive/tags/Locking/default.aspx
More about "Expensive Queries":
http://dynamicsuser.net/blogs/stryk/archive/tags/Indexes/default.aspx
NAV/SQL Performance Optimization & Troubleshooting
STRYK System Improvement
The Blog - The Book - The Tool
I had to use this technique when some developer defined the dimension table as not temporary and did a deleteall.
Sometimes a text search is the easiest way to find an error like this.
http://mibuso.com/blogs/davidmachanick/
thanks!
http://mibuso.com/blogs/davidmachanick/