Blockings - create trigger on big tables

rixrix
Member Posts: 121
Hello friends
We have NAV 4 , SP3 and a TOO MUCH of blockings are caused by such commands as below.
They happen on several BIG tables like „Item Ledger Entry“, „Value Entry“, ...
And Nobody here (implementing company, Microsoft, ...) knows WHY ?
Can you help us to identify the cause?
CREATE TRIGGER "dbo"."VEREX-ELTO$Item Ledger Entry_TG" ON "dbo"."VEREX-ELTO$Item Ledger Entry" FOR DELETE, INSERT, UPDATE AS
SET NOCOUNT ON
DECLARE @del_count int
DECLARE @ins_count int
SELECT @del_count = count(*) FROM deleted
SELECT @ins_count =
Thank you
We have NAV 4 , SP3 and a TOO MUCH of blockings are caused by such commands as below.
They happen on several BIG tables like „Item Ledger Entry“, „Value Entry“, ...
And Nobody here (implementing company, Microsoft, ...) knows WHY ?
Can you help us to identify the cause?
CREATE TRIGGER "dbo"."VEREX-ELTO$Item Ledger Entry_TG" ON "dbo"."VEREX-ELTO$Item Ledger Entry" FOR DELETE, INSERT, UPDATE AS
SET NOCOUNT ON
DECLARE @del_count int
DECLARE @ins_count int
SELECT @del_count = count(*) FROM deleted
SELECT @ins_count =
Thank you
0
Comments
-
If your implementing company doesn't know what they do, then you need to find another implementing company *right now*. Those are the SIFT triggers.0
-
Thank you ....
After some while they said , it is something with SIFT :-)
But they do not know why there are so much of them and whay they are causing "BIG" blockings .....
Are that queries generated by NAV as system queries or do they depends on implementation code?
Thank you0 -
Those triggers are created by NAV to update the SIFT-fields. It is the system used until NAV4.0SP3 and 5.0.
Starting with 5.0SP1 the system has been changed and is more efficient but you need SQL2005 or higher.
And like Denster wrote : search another implementing company. One that know how to tackle those problems.Regards,Alain Krikilion
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!0 -
Whatever you do.... DO NOT TOUCH those triggers, LEAVE THEM ALONE. If your partner doesn't know what they are, they are simply unqualified to be your partner, I don't care how many certifications they have.0
-
Well, you must admit, the parner has managed to find out that the triggers caused the blocks. That's something to start with and shows to me that they have some SQL Skills.
Sri Lanka is not Europe or the USA. Give them a break. Search a freelance specialist to tackle this problem and live many happy days using Navision.0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions