Hi,
We have just migrated an application from SQL Server 2000 to SQL Server 2005 and are recording a load of errors as in the subject.
Doing a search of the web reveals that this error is not descriptive in any sense, however, here are our specific details:
No ASP code changes have been made since coming across from SQL 2000 and, although I can reproduce the error, it isn't limited to a certain set of pages.
On the part where I can reproduce the error is a function call to record some data in a temporary table. As part of the routine that fails, this function is hit anywhere up to 3000 times (and above!) and it doesn't fail on the first hit, but it may fail at a different number of records so for instance, the first time the routine is run, it may record 2461 records and the next time 3184 records created even though the exact same code is being run.
This is beginning to annoy me and I thought maybe number of concurrent connections but this is set to zero (unlimited). Any help would be appreciated.
Cheers,
Woody.
We have just migrated an application from SQL Server 2000 to SQL Server 2005 and are recording a load of errors as in the subject.
Doing a search of the web reveals that this error is not descriptive in any sense, however, here are our specific details:
No ASP code changes have been made since coming across from SQL 2000 and, although I can reproduce the error, it isn't limited to a certain set of pages.
On the part where I can reproduce the error is a function call to record some data in a temporary table. As part of the routine that fails, this function is hit anywhere up to 3000 times (and above!) and it doesn't fail on the first hit, but it may fail at a different number of records so for instance, the first time the routine is run, it may record 2461 records and the next time 3184 records created even though the exact same code is being run.
This is beginning to annoy me and I thought maybe number of concurrent connections but this is set to zero (unlimited). Any help would be appreciated.
Cheers,
Woody.