Access ACCESS 2007 with SQL2005 High CPU Utilization

PSS

Joined
Dec 6, 2007
Messages
1
Reaction score
0
Please refer to https://www.pcreview.co.uk/forums/thread-3048994.php.
I am facing similar situation and have not been able to find a solution for this.

Recap: We upgraded from Access 2003 to Access 2007 for our front end which runs runs on Windows XPP service pack 2. Our database is on MSSQL Server 2005 on windows server std 2003.

The application works fine.

The issue is that as soon as we try to modify the code by switching from "Form View" to "Design View", we observe high CPU utilisation. On running SQL profiler we have found that there is flood of queries. Sample of them is provided here for your information:




Sample of queries from profiler



SELECT *, sql_variant_property(value, 'basetype') AS type FROM ::fn_listextendedproperty(N'MS_Description',N'user',N'sys',N'procedure',N'sp_MSenumchanges',NULL,NULL


SELECT *, sql_variant_property(value, 'basetype') AS type FROM ::fn_listextendedproperty(N'MS_Description',N'user',N'sys',N'procedure',N'sp_MSenumchanges_belongtopartition',NULL,NULL

SELECT *, sql_variant_property(value, 'basetype') AS type FROM ::fn_listextendedproperty(N'MS_Description',N'user',N'sys',N'procedure',N'sp_MSenum_snapshot_sd',NULL,NULL

SELECT *, sql_variant_property(value, 'basetype') AS type FROM ::fn_listextendedproperty(N'MS_Description',N'user',N'sys',N'procedure',N'sp_MSenum_merge_sd',NULL,NULL)


These queries do not stop even after we come out of "Design View". Only when we close our application does this flood stop.

Action Taken So Far:
1. DBCC checks done and found no errors
2. Deleted all extended properties from all application related tables. This has not helped, as suggested by some article on the internet.

Please provide suggestion / advise to resolve this issue.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top