I have an ASP based front end accessing an SQL database. There are 600,000 records in a table. I need to create a sub-category field as an extension of a category. My problem is after I have added the sub-category field, the system is almost non-responsive. Processor utilization is up to 100% and my ASP pages time out. This is true for any functions, even those not referencing the modified table. Very little in the ASP code has changed. I can run the new code on the old database without problem. Running the old code on the new database produces the same poor performance results. Even querying any tables of the database through the SQL Ent. manager is extreemly slow.
I am at a loss, any suggestions would be greatly appreciated.
Brian
I am at a loss, any suggestions would be greatly appreciated.
Brian