Click here to Skip to main content
15,896,730 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I am having heavy MSSQL database. I am using classic asp.
Now days database started giving me following errors.

1)
------------------------------------------------------------
Microsoft OLE DB Provider for SQL Server error '80040e21'

Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.
-------------------------------------------------------------

2)
--------------------------------------------------------------
Microsoft OLE DB Provider for SQL Server error '80040e31'

Timeout expired
--------------------------------------------------------------

Please help me how solve this issue?
Posted

1 solution

Timeout expired means it's taking too long and you need to optimise your queries.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900