I have seen a read only user that says they were clicking on the
contacts or opportunities navbar and performing lookups causing the
locks. I am trying to run the profiler and view the queries when
clicking on the navbar and searching.
I have seen massive select all type queries with an inner join on
contact, address, and or opportunities.
Anyone seen similar or have the magic cure?
Thanks!
Steve Cadigan
Sent via Deja.com http://www.deja.com/
Before you buy.
In article <8ms2km$upr$1...@nnrp1.deja.com>,
For the select all groups you are running into, make sure that you do
not have the "All accounts" or "Recent Accounts" groups bringing back
too many records.
SalesLogix ships with groups that attempt to bring back everyone in the
database (apparently they plan on people having less than 1/4 million
contacts in their database).
If this checks out, be sure that you have optimized all of your indexes
on your database.
I hjave mentioned it before, but the lack of a join on the type field
and the date fields on the history table causes the default
configuration of SalesLogix to do a table scan every time it opens.
MSSQL 7 ships with some database analysis tools that will allow you to
take a snapshot of some activity.
I was amazed at the indexing errors and inefficiencies I found when I
ran them on my database.
Read the instructions in the books online for the MS SQL 7 profiler if
you do not know how to do this already.
In article <8ms5ht$11a$1...@nnrp1.deja.com>,