Originally posted by Marc Johnson
I have a form with about 8 Select statments that do counting and such. I've run the statements using the Database Engine Tuning Advisor in MSSQL 2005. It ended up creating some new indexes. However it does not seem to have improved the speed much at all. Is there anything specific to SalesLogix I can use?
Basically I'm counting account records with specific Type and Sub Type criteria. I'm also creating three account product listings (for our three primary product lines). These list the product name and a count per product.
I'd estimate this form takes about 5-10 seconds from the time the button is clicked to the time it displays on screen. Any tips? We are wanting to do a lot more of these 'live' reports. |