Viewing 15 posts - 1 through 15 (of 35 total)
Sweet! I tried that approach with the order by testdate ACS and of course the grouping was wrong. I will figure out the regrouping with dense_rank()!
thanks so much!
September 3, 2015 at 9:11 am
ALZDBA (7/23/2008)
BTW the new drivers are:
HP DL380G5
ComponentFirmwareDriver
Bios P56-01/24/2008-
ILO1.431.13.0.0
Networkcards2.1.2.04.4.21.0
Raidcontroller1.786.12.4.32
Videocard-6.14.10.6744
Do you have the old drivers by any chance as well? I will ask our sys admin to compare. thank...
July 23, 2008 at 2:50 pm
ALZDBA (7/17/2008)
VD (7/16/2008)
can you please provide more info about the iLO driver bug? We've recently had issues with an HP box restarting without ANY errors in any of...
July 18, 2008 at 8:04 am
to SQLGuru,
can you please provide more info about the iLO driver bug? We've recently had issues with an HP box restarting without ANY errors in any of the logs....
July 16, 2008 at 10:24 am
A few times when our SQL server hit 100% CPU it was because a proc lost a good execution plan.
April 29, 2008 at 7:52 am
for SQL 2005 run
DBCC TRACEON (1204, -1)
DBCC TRACEON (1222, -1)
-- to check the status
DBCC TRACESTATUS(-1)
for more information please check BOL.
ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/udb9/html/2ed3e3e7-5080-4fa3-b79a-585470602bc2.htm
April 6, 2007 at 12:50 pm
Something else to keep in mind when choosing Express over Workgroup is that express edition has limitations to the "horsepower" it can use. Express can only use 1CPU, 1GB...
March 30, 2007 at 6:23 am
Have you checked locks and waits? That might shed some light on where the bottleneck is.
We generally try to load our data off hours when we can drop all...
February 1, 2007 at 9:02 am
Hi, have you tried dropping all indexes before the load and adding them after you are done?
February 1, 2007 at 7:59 am
The wizard doesn't have the step to delete backup files. I usually create a maint plan with the wizard and then open it and add Maintenance Cleanup Task. It has...
January 29, 2007 at 8:55 am
We are bundling XOSoft up with our software for the customers that want HA or DR solutions. I am pretty impressed with the software. It syncs not only...
January 16, 2007 at 2:18 pm
to make the story short...our customer doesn't allow us to use SMTP - no alerts. We are also not allowed to connect remotely. All we have is SNMP.
January 12, 2007 at 12:28 pm
that was it! Restarting the SQL Server service solved all my problems. Thank you all for your help!
January 12, 2007 at 6:57 am
it is a domain user. Since both SQL server and SQL server agent run under the same account this user is also a memmber of a bunch of SQLServer groups...
January 11, 2007 at 1:58 pm
that is what I had originally. It gives me the same "Access Denied". I will try again tomorrow with a "fresh head". I am probably missing something really stupid.
January 11, 2007 at 1:45 pm
Viewing 15 posts - 1 through 15 (of 35 total)