I have this really ennoying problem with my SQL Server database that I use as database for a network on the Internet ( usually it works fine but lately it starts to give the following error:
Microsoft OLE DB Provider for SQL Server error '80040e31'
Timeout expired
This error only happens when executing stored procedures that make updates or appends to the database, hence just retrieving information still works fine. The only thing that helps then is resetting te server. The problem is purely related to that particular database because updates in other databases on the same server still work fine.
Once I could solve it by setting the filesize to unlimited growth but now the problem is there again...
Do you have any idea what this can be and how I can solve it? You would really help me out if you can solve this one...
Microsoft OLE DB Provider for SQL Server error '80040e31'
Timeout expired
This error only happens when executing stored procedures that make updates or appends to the database, hence just retrieving information still works fine. The only thing that helps then is resetting te server. The problem is purely related to that particular database because updates in other databases on the same server still work fine.
Once I could solve it by setting the filesize to unlimited growth but now the problem is there again...
Do you have any idea what this can be and how I can solve it? You would really help me out if you can solve this one...