Viewing 13 posts - 1 through 13 (of 13 total)
The error appears for such a brief period of time I can't ever do any troubleshooting while it exists. Service packs and MDAC are up to date and 98% of...
June 12, 2003 at 12:30 pm
We've gotten this error about 30 times today, it's getting pretty bad. If anyone can help out I'd appreciate it. I ran SQL Profiler and it appears that when this...
June 12, 2003 at 11:26 am
What information do I need to give in order to make it easier to diagnose?
June 11, 2003 at 9:29 am
By the way, when I use LIKE I get worse performance than using charindex('searchstring', column) > 0 - Has anyone else noticed this?
May 8, 2003 at 8:05 am
I have a variation to this issue, in that I need to go backwards through the items, i.e. start from the bottom and work my way up since results from...
April 28, 2003 at 4:16 pm
We've actually already done that to prevent problems when a firewall is between the web and database servers...
April 28, 2003 at 12:44 pm
Interesting.. We've actually scheduled nightly log truncations to keep the log file below the 10 MB limit.. It would get upward of 5 gigs inside of a week or two...
April 28, 2003 at 11:30 am
The 30 second timeout is the default command timeout - that you can change via ADO or .NET depending upon what you're using. Why it's taking so long sometimes and...
April 25, 2003 at 3:22 pm
I used the suggested solution and it worked great. The last post isn't actually a problem since the numbers being updated are unique.
April 25, 2003 at 11:52 am
I don't see anything other than sleeping processes for that database. Would I have to do the sp_who2 right after the error occurs or would it stay in that state...
April 24, 2003 at 10:30 am
Oh sweet, that makes sense. If that works that will be perfect. I'll post a message saying if it works or not. Thanks!
April 24, 2003 at 10:24 am
This is exactly my issue, the clustered index is on the identity column, but the column I am updating is not the identity column but it does have a non...
April 24, 2003 at 9:42 am
This is a database issue, the OLEDB provider returns this error - I've been programming for about 6 or 7 years so I know the diff btw a script timeout...
April 24, 2003 at 9:38 am
Viewing 13 posts - 1 through 13 (of 13 total)