Viewing 12 posts - 1 through 12 (of 12 total)
The applications do not reside on the SQL clusters.
I am looking at your link for the web app issue, but SharePoint is the only application that is actually a...
May 13, 2011 at 1:05 pm
I think there is a level of frustration with this issue because of several factors:
1 - The error occurs inconsistently.
2 - The error occurs due to several factors
3 -...
May 13, 2011 at 12:49 pm
IT WORKS!!!
Slower than what I thought it would be, but I've seen others with the same slowness issue.
I don't think I ever seen a clearly case of incorrect documentation in...
August 10, 2010 at 12:37 pm
dbowlin (8/10/2010)
Try dropping thers:command=Render
. I don't think that works without a follow on format command like&rs:Format=render.xml
No dice. Tried that. Tried a couple of variations of that.
I...
August 10, 2010 at 12:13 pm
No, for some reason it doesn't. It brings the report up, but the CallID parameter is blank and it never pulls the data.
August 10, 2010 at 11:55 am
I do not know if SQL was still running or not. Nothing was able to connect to it and I can tell that the Agent was running because I put...
February 8, 2010 at 1:19 pm
Nothing. That last entry in the SQL error log was made 50 minutes prior to the failure and was mundane backup type entries. Nothing was written to the SQL error...
February 8, 2010 at 1:09 pm
I saw that one, but was hoping for a better method.
For SQL 2000 the registry name is HKLM\SOFTWARE\Microsoft\MSSQLServer\{instance}\AuditLevel and LoginMode.
For 2005 and 2008 the registry name is HKLM\SOFTWARE\GUESSWHEREWEAREHIDING\THEVALUEYOUWANT\TODAY\NOT\HERE
It's under...
July 27, 2009 at 10:07 am
If anyone has any experience with Polyserver please, please, please post your comment where everyone can see them. This would include positive and negative experiences. Going back and forth in...
April 23, 2007 at 5:57 am
Here is the moral of the story... NEVER TRUST A VENDOR!
The indexes were supposedly rebuilt within the application every night. However, then vendors definition of "index" is different than what...
October 24, 2006 at 12:55 pm
If you run:
DBCC ERRORLOG
OR
exec master..sp_cycle_errorlog {this calls DBCC ERRORLOG}
this will create a new log file. You may want to consider scheduling a job that does this regularly.
The...
October 24, 2006 at 8:03 am
The database environment is the same. I have tested the query extensively with no load on the cluster and with creating a load on my test (non-clustered) server. The only...
October 24, 2006 at 7:43 am
Viewing 12 posts - 1 through 12 (of 12 total)