I
Ilia
Hello,
we have a strange problem with a stored procedure on MS SQL Server 2000 SP3.
The procedure is pretty complex and use temporary tables to create XML with
FOR XML EXPLICIT. We read the XML data with ExecuteXmlReader in our ASP.NET
application (.NET Framework 1.1).
Most of time everything works well, but sometimes we get errors as no data
are read. We have to re-create the procedure on the SQL Server (ALTER
PROCEDURE with the original code) to make our program run again. It could be
enough sometimes to run the procedure in Query Analyzer.
Have somebody any idea, what we have to check or to change?
Thanks
Ilia
we have a strange problem with a stored procedure on MS SQL Server 2000 SP3.
The procedure is pretty complex and use temporary tables to create XML with
FOR XML EXPLICIT. We read the XML data with ExecuteXmlReader in our ASP.NET
application (.NET Framework 1.1).
Most of time everything works well, but sometimes we get errors as no data
are read. We have to re-create the procedure on the SQL Server (ALTER
PROCEDURE with the original code) to make our program run again. It could be
enough sometimes to run the procedure in Query Analyzer.
Have somebody any idea, what we have to check or to change?
Thanks
Ilia