Application runs with different speed for two different user logins on windows server

Posted by karthi on Server Fault See other posts from Server Fault or by karthi
Published on 2012-08-03T16:09:47Z Indexed on 2012/11/14 23:03 UTC
Read the original article Hit count: 195

We have a application in Windows Server that download data from SQL server and store in our local machine. Now the problem I have is my Windows Server has two logins and in one login the app runs real slow, like gets 1 row in a minute, and from another login it fetches 20 rows in a minute. We have this problem only for a last couple of days. What could have caused this?

More details:

SQL server:S QL server2008

Os: Windows server 2008

Access method: Remote connection.

Application: Custom .Net application to get data

Both accounts are limited rights accounts. Any tools to track this? I am not sure what should I start with.

© Server Fault or respective owner

Related posts about windows-server-2008

Related posts about sql-server