Forum Replies Created

Viewing 15 posts - 1,096 through 1,110 (of 1,518 total)

  • RE: SCOM question: I cannot get blocking alerts to work

    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...

  • RE: AWE enabled yes or no?

    colin Leversuch-Roberts (6/16/2008)


    No, wish it were that easy. I find it all very interesting, sadly, but the optimisers are so different that some queries run so much...

  • RE: AWE enabled yes or no?

    colin Leversuch-Roberts (6/16/2008)


    Well given a box with 4gb of ram if you want to play with the memory you can either enable the 3gb switch or enable awe and set...

  • RE: Which situation we go for CLR?

    Jeff Moden (6/14/2008)


    Marios Philippopoulos (6/14/2008)


    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...

  • RE: Which situation we go for CLR?

    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...

  • RE: "Insufficient system resources" error when restoring backup from network share

    Carl Federl (6/14/2008)


    This message is related to the network.

    Check the NIC setting on both servers and insure that "link speed & autodetect" is NOT "auto-detect" and that the other...

  • RE: wmi cpu alert

    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,...

  • RE: Eliminating Cursors

    Chris.Strolia-Davis (6/13/2008)


    while (select count(*) from @table) > 0

    begin

    select top 1 'do something', @id=id from @table

    delete from @table where id=@id

    ...

  • RE: wmi cpu alert

    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.

  • RE: Eliminating Cursors

    abhay.kulkarni (6/13/2008)


    Creating a table variable is in the memory, not in the tempdb and hence much more efficient. Of course if you have truckload of data, you better use a...

  • RE: Eliminating Cursors

    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...

  • RE: AWE enabled yes or no?

    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...

  • RE: tempdb error - Could not open File Control Bank (FCB)

    Paul Randal (6/9/2008)


    Parallelism doesn't have anything to do with it on 2005. The problem comes because of a disk or memory corruption that alters a page ID (2-byte file number...

  • RE: tempdb error - Could not open File Control Bank (FCB)

    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,...

  • RE: tempdb error - Could not open File Control Bank (FCB)

    Jack Corbett (6/6/2008)


    Wish I could help more, but I can't find anything related to this error in SQL 2005. Found lots of stuff for SQL 2000 though. I...

Viewing 15 posts - 1,096 through 1,110 (of 1,518 total)