Viewing 15 posts - 1,096 through 1,110 (of 1,518 total)
Grant Fritchey (6/18/2008)
I think the frequency is also going to affect this. You would have to check often enough to catch the event as it occurs.
Thank you, do you know...
June 18, 2008 at 7:47 am
colin Leversuch-Roberts (6/16/2008)
June 16, 2008 at 1:36 pm
colin Leversuch-Roberts (6/16/2008)
June 16, 2008 at 1:10 pm
Jeff Moden (6/14/2008)
Marios Philippopoulos (6/14/2008)
- string manipulation, regular expressions etc. (performance)
- OS-level operations, previously possible only using xp_cmdshell (more granular...
June 15, 2008 at 8:36 pm
CLR is useful in such cases as these (benefit in parentheses):
- string manipulation, regular expressions etc. (performance)
- OS-level operations, previously possible only using xp_cmdshell (more granular security, functionality with...
June 14, 2008 at 8:50 am
Carl Federl (6/14/2008)
Check the NIC setting on both servers and insure that "link speed & autodetect" is NOT "auto-detect" and that the other...
June 14, 2008 at 8:37 am
Adam Bean (6/13/2008)
SCOM is amazing, but expensive and very hard to configure - properly.http://msdn.microsoft.com/en-us/library/ms366332.aspx
I do believe you can hit non SQL WMI counters ... I am looking into this myself.
Yes,...
June 13, 2008 at 12:15 pm
Chris.Strolia-Davis (6/13/2008)
begin
select top 1 'do something', @id=id from @table
delete from @table where id=@id
...
June 13, 2008 at 12:08 pm
This scenario is a perfect shoe-in for SCOM (System Center Operations Manager 2007).
SCOM is the perfect tool for monitoring this and a myriad other aspects of your server's daily existence.
June 13, 2008 at 9:56 am
abhay.kulkarni (6/13/2008)
June 13, 2008 at 9:20 am
It's very dangerous and counterproductive choosing one technique over another based on bias alone.
Let's call this total aversion to cursors just what it is, pure cursorism, and people espousing it...
June 13, 2008 at 8:46 am
Thank you AndyD for the very valuable info.
Wow, I'm still trying to wrap my head around memory architecture and what all the terms mean...
These are not easy concepts to master...
June 11, 2008 at 7:56 am
Paul Randal (6/9/2008)
June 9, 2008 at 10:16 am
For us it only occurred once on 2008-06-04.
Any info on this you can find, please post it.
Also, unless yours is strictly an instance used for reporting with very little OLTP,...
June 9, 2008 at 10:14 am
Jack Corbett (6/6/2008)
June 6, 2008 at 2:13 pm
Viewing 15 posts - 1,096 through 1,110 (of 1,518 total)