Viewing 15 posts - 1 through 15 (of 39 total)
I get the same error.
2 Windows 2003 Servers running SQL Server 2005 and Red Gate's latest.
Researching now...
October 19, 2006 at 3:17 pm
We were allowing some physical memory for the OS, just not much. And the OS can always use the spare virtual memory-- we have something like a 4 gig swap...
August 14, 2006 at 9:51 am
We ended up contacting Microsoft (phone) support about this issue.
We chatted with the technical router who took some rudimentary notes about our issue and determined that it was of a...
August 11, 2006 at 10:54 am
In case this helps, this is what appear to be some relevant (i.e. different) results from DBCC MEMORYSTATUS from yet another one of these incidents which lead to us restarting...
August 7, 2006 at 12:22 pm
Here's an example of this happening. Here are the results from DBCC CACHESTATS and DBCC PROCCACHE, about 3 minutes apart. There was no blocking and low CPU usage before, and...
August 7, 2006 at 11:14 am
2. The lead blocker typically has no wait time. These are "rolling blocks"-- that is, they aren't blocked for very long. Compiling is a serialized deal, I think, and since it...
August 7, 2006 at 10:24 am
1. Since we originally implemented AWE (but no longer rely on that as far as a SQL Server setting is concerned) we did enable the SQL Server service to Lock...
August 7, 2006 at 9:42 am
I think the "MSI" stuff might related to installing programs (with the MSI installer). Usually after the installation it cleans these up automatically. Perhaps these are failed installations. Perhaps after...
August 7, 2006 at 9:24 am
I can easily understand the desire to have this metric. The number of lines of code-- for better or worse-- has long been used as a metric to gague the...
August 7, 2006 at 9:22 am
We establish the procedure cache is being cleared by querying sys.dm_exec_cached_plans, which when running well has a large number of records but when running poorly has nearly no records (we're...
August 7, 2006 at 8:52 am
This is still happening. Reboots and service restarts have not permanently solved the problem, though they generally help a lot for a while.
The backups no longer run during business hours.
We're at...
August 6, 2006 at 6:02 pm
I guess I should have stated "and then the fun started". The backups no longer run during business hours yet the issues still happen. (They only ran during business hours...
August 3, 2006 at 7:55 am
The temp table is actually created outside the procedure, so it can't be a temp table variable. It would have to be a real table with some additional programming.
That said,...
August 3, 2006 at 7:50 am
Database Mail in 2005 is also very weak in formatting the results of a query sent via email. Basically, you get pure text only. If you want to actually transmit...
April 25, 2006 at 10:22 am
A number of SQL backup tool developers are saying this is pretty much just how it is.
We're proceeding with testing Replication for now.
April 21, 2006 at 5:09 pm
Viewing 15 posts - 1 through 15 (of 39 total)