Hi,
We're finding that this one stored procedure - DMX_GetCategoryContents - is executed multiple times for each page load. As a result, it is the consumer of 90% of the resources on the database server and we're unable to scale as much as we'd like to.
Is there some configuration we can change to reduce the number of calls to this particular sp?
thanks.