I everybody,
I'm maintaining a client app using ADO to connect to SQL 2000 through Client cursor and Windows Authentification.
As expected thousand of sp_indexes_rowset are fired by ADO to get metadata.
My problem is thoses sp are during a while (over 1000 ms) when they are executed by a Windows Account (Windows 200 AD Domain).
When sp are executed by a SQL Account they are quite fast (under 100 ms),
After looking at sp_indexes_rowset code, i think my problem comes from the permissions() function.
Does anyone can help me or tell me what is doing the permissions function ?
thanks for your help
Frederic.