Viewing 15 posts - 1 through 15 (of 60 total)
Thanks for that Andy, yes I'm aware of that.
Basically needing to compare price v benefit of splitting them up, and performance is the obvious thing to point at I suppose....
July 30, 2010 at 7:08 pm
How do you configure your logs to 15 and cycle daily?
Do you create a daily job that runs "EXEC master.sys.sp_cycle_errorlog" ?
July 6, 2010 at 5:18 pm
Thanks for that, really helpful.
Have set MinMemory to 20000 and MaxMemory to 30000
March 7, 2010 at 6:25 pm
Couldn't you consider using Resource Governor to control what these "power users" can do to stop affecting everything with their users?
March 4, 2010 at 1:44 am
Thanks for that Nicholas, very helpful. You're right re 64 OS and SQL.
There will be mirroring occurring, but that's it in terms of advanced features. There will be no...
March 3, 2010 at 11:32 pm
TECHBABU (2/15/2010)
This would not answer your question but does keep you away from good...
February 15, 2010 at 1:58 pm
Aeterna (2/15/2010)
There's a MS Connect item that flags this behaviour when connecting to remote servers. Does the account you are using have Performance Counter rights?
Yes it does, my domain user...
February 15, 2010 at 1:53 pm
Thanks very much for that, I'll post back with any questions 🙂
February 7, 2010 at 1:59 pm
This is the query I have running off SQL 2008 with a copy of the SQL 2000 database.
If I run it on SQL 2000 SP3a I get:
Msg 208, Level 16,...
February 4, 2010 at 5:06 pm
Thanks for that Ron, is there an easier way though to pull this information out as there's over 2000 tables?
February 4, 2010 at 3:44 pm
Thanks for the response 🙂
1) Point it to Principal. Witness is used for auto fail over to Mirror.
If you point it to the Principal, and the Principal goes down, how...
November 11, 2009 at 9:15 pm
dave (6/25/2009)
excellent thanks. I'll build that in.
No worries, have used your package to build in lots more WMI events and SQL checks as well 🙂
June 25, 2009 at 2:45 am
Awesome package.
Thought I'd offer up a suggestion, if you change the WMI query to:
select FreeSpace, DeviceID, Size, SystemName, Description
from WIn32_LogicalDisk
where DriveType=3
It will check all actual drives, and exclude floppy, CD-ROM,...
June 24, 2009 at 5:47 pm
Thanks Pradeep, appreciate the help 🙂
June 21, 2009 at 6:13 am
Viewing 15 posts - 1 through 15 (of 60 total)