Viewing 15 posts - 586 through 600 (of 1,536 total)
How about perfmon data piped into a sql table?
December 25, 2008 at 1:11 pm
use the varbinary(max) datatype which holds BLOB objects
December 25, 2008 at 12:09 am
The best way to test....unplug stuff
No seriously, walk over to the servers, unplug the network from one, check the state of the cluster. Power one down, check the state of...
December 24, 2008 at 11:27 pm
matt stockham (12/23/2008)
Post the execution plans (in .sqlplan form) as a start. If you can also post table definitions and the queries that would help.
Don't forget the indexes in...
December 24, 2008 at 6:19 am
Couple of questions:
Are the locking and blocking issues associated with a single table or multiple tables?
Aside from the locks and blocks are you seeing deadlock issues?
When the row update occurs...
December 24, 2008 at 6:17 am
Doesn't coldfusion use DSN's to connect to the database servers? As such could you not just change the DSN to point to the other database server?
December 24, 2008 at 6:11 am
It would be a new log, not an update of the old.
December 23, 2008 at 4:50 pm
madhu.arda (12/23/2008)
No, we did not add the SQL Service account in lock pages in memory.
Add the service account as an option, that will help out with the memory paging that...
December 23, 2008 at 12:15 pm
Do you have "lock pages in memory" enabled on the SQL server? That's frequently a cause of that problem.
December 23, 2008 at 11:46 am
Again, logs?
It doesn't just bomb without telling you why somewhere.
December 23, 2008 at 11:35 am
When I've done this I have always had all the partitions in the same filegroup, so it was a simple case to switch out the data, however I always found...
December 23, 2008 at 11:33 am
That's nice...a good way of working around the slowness.
Just curious, were the filegroups on different drives? I'm not exactly sure how the partitioning works, but if you have the two...
December 23, 2008 at 8:52 am
Just a note on the slang thing, it's interesting how a lot of these things come about, for example "Limey's". This comes from a time when ships sailing the Atlantic...
December 23, 2008 at 8:49 am
Two big thumbs up for this.
:w00t:
December 23, 2008 at 8:06 am
You can perform a manual uninstall based upon the Microsoft information found at http://support.microsoft.com/kb/909967
December 23, 2008 at 5:43 am
Viewing 15 posts - 586 through 600 (of 1,536 total)