SQL Server Access via C#

  • Thread starter Thread starter nocrosses
  • Start date Start date
N

nocrosses

I am using C# to create a web application that currently connects to
IIS running on my local machine. In the application there is a
connection to an outside SQL Server. When I query the server, even on
tables with less than 50 rows, it is INCREDIBLY slow. I can access the
SQL Server with no delay using Query Analyzer. Any thoughts on what
would cause this?
 
Back
Top