G
Guest
Hi,
I have all kinds of stored procedures and queries need to run on the SQL
server. Because the database is big, most of the stored procedures and
queries will take more than one minute.
I always have a timeout problem when an operation needs to take more than 40
seconds to finish, no matter I use ExecuteNonQuery, ExecuteReader, or fill
the datatable through the SqlDataAdapter.
According to the artile (Article ID 229564,
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q229564), I set the
Polliing to false. But the problem still exits.
I doubt if it it the problem described in the article(Article ID 823679,
http://support.microsoft.com/default.aspx?scid=kb;en-us;823679).
If it is the problem described in article 823679, why Microsoft didn't fix
it in .NET 1.1 Service Pack 1.
Could somebody help me?
I have all kinds of stored procedures and queries need to run on the SQL
server. Because the database is big, most of the stored procedures and
queries will take more than one minute.
I always have a timeout problem when an operation needs to take more than 40
seconds to finish, no matter I use ExecuteNonQuery, ExecuteReader, or fill
the datatable through the SqlDataAdapter.
According to the artile (Article ID 229564,
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q229564), I set the
Polliing to false. But the problem still exits.
I doubt if it it the problem described in the article(Article ID 823679,
http://support.microsoft.com/default.aspx?scid=kb;en-us;823679).
If it is the problem described in article 823679, why Microsoft didn't fix
it in .NET 1.1 Service Pack 1.
Could somebody help me?