SqlDataAdapter.Fill suddenly taking a long time

Posted by WraithNath on Stack Overflow See other posts from Stack Overflow or by WraithNath
Published on 2011-11-03T09:23:51Z Indexed on 2013/06/25 22:22 UTC
Read the original article Hit count: 122

I have an application with a central DataTier that can execute a query to a data table using an SQLDataAdapter. None of this code has changed but now all queries are taking at least 10x as long to execute a query returning even one record.

The only difference is that I have been using the app in a VM but the issue has started mid way through using the application. eg, the speed issue has not manifested itself from the start of using the VM, rather half way through.

Has anyone else had an issue with the SQL Data Adapter taking a long time to fill for no reason? executing the query in Management studio it runs in less than a second.

Firewalls are disabled

© Stack Overflow or respective owner

Related posts about virtual-machine

Related posts about sqldataadapter