G
Guest
We created an Access ADP project in Access 2003 connected to a SQL2000
backend which was working fine.
If we open it in Access 2007 its extremely slow on startup and opening forms
etc.
We did a sql trace and discovered when using ACCESS 2007 that the following
TSQL instruction is being executed
(
SELECT *, sql_variant_property(value, 'basetype') AS type FROM
::fn_listextendedproperty(N'MS_Description',N'user',N'dbo',N'function',N'qryMarketingTransactions',NULL,NULL)
)
for what seems to be every object in the database. In ACCESS 2003 none of
these commands are being executed. I've noticed in other forums that other
people have experienced the same issues - but with no solution offered
Anybody get any suggestions?
backend which was working fine.
If we open it in Access 2007 its extremely slow on startup and opening forms
etc.
We did a sql trace and discovered when using ACCESS 2007 that the following
TSQL instruction is being executed
(
SELECT *, sql_variant_property(value, 'basetype') AS type FROM
::fn_listextendedproperty(N'MS_Description',N'user',N'dbo',N'function',N'qryMarketingTransactions',NULL,NULL)
)
for what seems to be every object in the database. In ACCESS 2003 none of
these commands are being executed. I've noticed in other forums that other
people have experienced the same issues - but with no solution offered
Anybody get any suggestions?