Running Microsoft Small Business Financials 9.00.0115 with Dexterity 9.00.0063.0 on SQL Server 2000 sp4 and Windows Server 2003 R2
We have a Custom Smartlist built under Accounting > Account Transactions that is searching for a user = 'fred', date range of 9/1/2010 - 9/30/2010 with source = 'GJ'. This takes about almost 2 minutes to return results (40 rows).
I have built the equivalent query in Server Manager Studio and returned the 40 row result in less than 1 second. There are 46,556 rows in the table if I omit the where clause and just do the join on the GL00100 and GL20000 tables and bringing back all records takes about 2 seconds.
I'm trying to figure out what is taking so long to do this query. The standard Smartlist items return data relatively quick. Any ideas???
I've already searched the forum and other existing solutions don't seem to apply here.
TIA for help and suggestions.
We have a Custom Smartlist built under Accounting > Account Transactions that is searching for a user = 'fred', date range of 9/1/2010 - 9/30/2010 with source = 'GJ'. This takes about almost 2 minutes to return results (40 rows).
I have built the equivalent query in Server Manager Studio and returned the 40 row result in less than 1 second. There are 46,556 rows in the table if I omit the where clause and just do the join on the GL00100 and GL20000 tables and bringing back all records takes about 2 seconds.
I'm trying to figure out what is taking so long to do this query. The standard Smartlist items return data relatively quick. Any ideas???
I've already searched the forum and other existing solutions don't seem to apply here.
TIA for help and suggestions.