The table roughly has about 5000 entries or so. In case it is important, I am querying the SQL 2000 database version of Navision 4.0. I checked through SQL Server express and the No_. primary key is indexed but I can not make it an int as it refers to item numbers which usually contain characters.
Main Topics
Browse All Topics





by: DabasPosted on 2008-07-29 at 14:31:46ID: 22115872
Hello imateyelectronics,
How many records does [dbo_American Blending & Filling$Item] have?
Does it have an index on the No_ field?
Does the No_ field hold just numeric characters? If yes, consider changing its type to Integer or Long. (If possible)
In short: My feeling is that your problem is more database than web server/browser related
Regards,
Dabas