c# - SQL Server remote calls extremely slow on Windows 8.1 -


we upgraded few of our workstations windows 8 windows 8.1 , 1 of our windows forms applications written in c# went taking 3-4 seconds open 3-4 minutes open. application makes many sql calls directly server on lan running sql server 2008.

i profiled application , bottlenecks (99% cpu time) calls dbdataadapter.fill() , sqlcommand.executereader().

what steps should take regain sane performance remote sql calls in windows 8.1?


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -