R
Robin9876
On a .Net web service which is connecting to a SQL 2000 Database (via
a stored procedure) it is timing out. The stored procedure is
returning a large XML document of 2.1 Mb from the SQL Server, this XML
contains data items and an image blob. The from a SQL client on the
server with the web service it returns the data in under 10 seconds.
Is there some runtime settings (unable to make code changes) that
increase the performance of the XML Service or increase the timeout?
a stored procedure) it is timing out. The stored procedure is
returning a large XML document of 2.1 Mb from the SQL Server, this XML
contains data items and an image blob. The from a SQL client on the
server with the web service it returns the data in under 10 seconds.
Is there some runtime settings (unable to make code changes) that
increase the performance of the XML Service or increase the timeout?