P
Peter Afonin
Hello,
I'm working with ASP.NET 3.5 and SQL Server 2008.
I have a very weird problem. When I execute the procedure from my ASP.NET
application (either from my PC or the Web server), it's timing out. At the
same time when I execute the same procedure with the same parameters from
the SQL Server Management Studio - it executes instantly, so aparently there
is nothing wrong with it.
This applies only to the few procedures, with most of them I don't have any
issues.
To add to this mistery, this problem is intermittent, i.e. occasionally
everything works OK.
It seems that something is happening somewhere in the middle tier between my
application and the SQL Server, but I have no idea what could it be and how
to find the problem.
I would appreciate any comments on this.
Thank you,
Peter
I'm working with ASP.NET 3.5 and SQL Server 2008.
I have a very weird problem. When I execute the procedure from my ASP.NET
application (either from my PC or the Web server), it's timing out. At the
same time when I execute the same procedure with the same parameters from
the SQL Server Management Studio - it executes instantly, so aparently there
is nothing wrong with it.
This applies only to the few procedures, with most of them I don't have any
issues.
To add to this mistery, this problem is intermittent, i.e. occasionally
everything works OK.
It seems that something is happening somewhere in the middle tier between my
application and the SQL Server, but I have no idea what could it be and how
to find the problem.
I would appreciate any comments on this.
Thank you,
Peter