Forum Replies Created

Viewing 15 posts - 196 through 210 (of 346 total)

  • RE: Hard drives suddenly running slow??

    Ok, the problem is back this morning. CPU usage is at about 5-10%. System idle processes is at around 97%.


    Live to Throw
    Throw to Live
    Will Summers

  • RE: Dude, The Server''s Down

    I've actually had systems with problems where 'reseating all the ram and PCI cards' have turned it into a stable system. Suprised that it took that long for someone...


    Live to Throw
    Throw to Live
    Will Summers

  • RE: Can anyone think of a good reason for NOT having a PK?

    I have indexes on 99.9% of my tables. I just don't have a PK on any of them. I can't control the data from my sources.

    Here's...


    Live to Throw
    Throw to Live
    Will Summers

  • RE: Hard drives suddenly running slow??

    As I said originally hard drives were failing.

    It had been about a month since a reboot.

    I didn't look at kernel stats before the reboot, but I will next time it...


    Live to Throw
    Throw to Live
    Will Summers

  • RE: Can anyone think of a good reason for NOT having a PK?

    I have used the Index Tuning wizard on many occasions. All it all, it's not a lot of help to me. It mostly just gives me a warm...


    Live to Throw
    Throw to Live
    Will Summers

  • RE: Can anyone think of a good reason for NOT having a PK?

    If my system is purely reporting, why would I want to have an identity field as a PK? I just add rows to the table daily and never remove...


    Live to Throw
    Throw to Live
    Will Summers

  • RE: Can anyone think of a good reason for NOT having a PK?

    I know this will shock a lot of people, I pull about 90% of my data from other sources and don't ever use PK.

    I can't guarantee that all...


    Live to Throw
    Throw to Live
    Will Summers

  • RE: Hard drives suddenly running slow??

    System shows 97% System Idle Processes.

    I am generating a new file everytime.

    Disk array is a 1TB RAID 5 drive spread across 2 drives in Windows

    Don't know why, but we...


    Live to Throw
    Throw to Live
    Will Summers

  • RE: return error from isql process?

    The -b did what I wanted. That was the first that I tried. I even tried to put a couple of 'go's in the script and it stopped...


    Live to Throw
    Throw to Live
    Will Summers

  • RE: return error from isql process?

    ALZDBA - Thanks a lot, I will test that out. Sorry if I seemed irritated by your original post. I was thinking that you were one of those...


    Live to Throw
    Throw to Live
    Will Summers

  • RE: return error from isql process?

    Why would ARITHABORT ON have ANYTHING to do with my problem with returning an error condition from an isql script? I said nothing in my original post about divide...


    Live to Throw
    Throw to Live
    Will Summers

  • RE: SQL Server memory consumption

    I don't remember where I got this from, but I this may help you out.

    SELECTcntr_value, counter_name

    FROMmaster..sysperfinfo PageSplitsSec (nolock)

    WHERE (object_name = 'SQLServer:Memory Manager'

    AND counter_name = 'Total Server Memory...


    Live to Throw
    Throw to Live
    Will Summers

  • RE: Database Weekly

    Who is your email provider that you have registered with this site? I wasn't getting emails and then I registered my hotmail account instead and now I get all...


    Live to Throw
    Throw to Live
    Will Summers

  • RE: Rule of Thumb in terms of good programming practice

    I think that the brackets are a pain in the butt that just bandaids poor naming conventions. Why would you name a column SELECT or any reserved words? ...


    Live to Throw
    Throw to Live
    Will Summers

  • RE: Should tables be clustered?

    Also, be sure to consider how the data gets populated. I'm lucky in the fact that most of my tables are inserted into daily and I have a char(10)...


    Live to Throw
    Throw to Live
    Will Summers

Viewing 15 posts - 196 through 210 (of 346 total)