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
Post a Comment