Hi
I have a small VB.Net app that needs to process data from a SQL 2005 DB. All works well when I limit the number of rows returned by the stored procedure to less than 300 (select top 300...) . As soon as I select all the records I get a timeout expired. When I run the SP in query analyzer it returns all the records (about 1100) in less than a second. The connection is established, I get the error on the execute command.
Please Help!!
Charl
I have a small VB.Net app that needs to process data from a SQL 2005 DB. All works well when I limit the number of rows returned by the stored procedure to less than 300 (select top 300...) . As soon as I select all the records I get a timeout expired. When I run the SP in query analyzer it returns all the records (about 1100) in less than a second. The connection is established, I get the error on the execute command.
Please Help!!
Charl
Comment