Hello,
We have a database that has a number of companies (30 - 40+), and there is a SQL view that unions all the companies together so that certain records can be displayed across companies. This view has 18,668 records and runs in under a second in SSMS. However, in NAV, the page for this is VERY slow and there is no extra logic to cause any slowdown (i.e. filters, etc.).
Has anyone seen slow performance in linked SQL views?
0
Comments
Johannes Sebastian
MB7-840,MB7-841
If I used the same view and queried it using ADO, it was a lot faster.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Another way is what deV.ch did: run a stored procedure that fills up a NAV table. Also that system I have used.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!