-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Good day,
I'm using a SQLDataSource with a dynamic query generated c#, based on user choices in many fields. However, since our tables are very large, sometimes, I get a command timeout exception.
I tried to set the property in 'Selecting' of the SqlDataSource like so:
protected void SqlDataSource_PSearch_Selecting(object…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
how i can set command timeout in web.config for a asp.net MVC project
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am converting my database from sql server 2005 to mysql using asp .net mvc. I have bulk data in sql server(around 4 lakh records), But i am facing command timeout/wating for comand timeout error which when i search on google can be given 65535 as its highest value Or can be given 0 if someone wants…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
i play with huge amount of data. so mostly my command is timed out. how can i solve this problem.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am successfully using Powershell with SMO to backup most databases. However, I have several large databases in which I receive a "timeout" error "System.Data.SqlClient.SqlException: Timeout expired". The timout consistently occurs at 10 minutes. I have tried setting ConnectionContext.StatementTimeout…
>>> More