Forum Replies Created

Viewing 15 posts - 4,906 through 4,920 (of 5,841 total)

  • RE: Defragmentation in 2005 vs 2000

    DBADave (11/5/2008)


    Thanks Gail. Do they recommend rebuilding a HEAP in 2005 so the table stats get updated or is something else being done to the HEAP?

    Actually there are MANY...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Checkpoint frequency: is it possible to configure at database level?

    Marios Philippopoulos (11/6/2008)


    Jeff Moden (11/5/2008)


    Heh... good luck.

    Thanks! I hate SANs, wish we could run SQL Server on desktops... 😉

    It is unfair to simply hate SANs. You should hate...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Query is in suspended mode

    GilaMonster (11/4/2008)


    balbirsinghsodhi (11/4/2008)


    I think it's not a bad idea to start some kind of web site and help people by charging some money.

    What, like this one? Except of...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Checkpoint frequency: is it possible to configure at database level?

    Jeff Moden (11/4/2008)


    Then you should probably split it up... doing an update on something that large all at once will probably drive your code past the "tipping point" that every...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Query is in suspended mode

    balbirsinghsodhi (11/4/2008)


    SQLGURU.. so you are saying that I should hire a person in my company to troubleshoot the issue or you will help me by charging money. Is that...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Query is in suspended mode

    Hmm, what we have here is a failure to communicate. 🙂

    I said you need a PERSON, not a DOCUMENT, to help you get your systems working well and to...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Query is in suspended mode

    balbirsinghsodhi (11/4/2008)


    Wow, I put maxdop 4 and hash join and the query return in less than five minute. Guys you are great.

    You really deserve for big award.

    Guru is...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Query is in suspended mode

    Just thought of something else. Change the select to a simple select count(*) and run the query to see how many rows hit for each section please. Maybe...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Query is in suspended mode

    1) you will need parallelism for this monster. I would try 4 for max

    2) try using a OPTION (HASH JOIN) hint for query and see how that goes. ...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: PAGEIOLATCH waiting on CXPACKET

    Vegard Hagen (11/3/2008)


    Michael Crider (5/1/2007)


    This seems to happen when updating 2 very large tables (over 2 million)by joining them together. My process waits on a PAGEIOLATCH and goes to sleep...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Query is in suspended mode

    This - ((@ClientName Is Null) Or (DN200.CLIENT_NAME = @ClientName)) - is BAD BAD BAD. 🙂 The optimizer just cannot do the right thing when you have that....

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Checkpoint frequency: is it possible to configure at database level?

    perf mon counters avg disk sec/read and avg disk sec/write for each individual drives should reveal such performance problems, as would examining the virtual files stats DMV (or fn_virtualfilestats, which...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Checkpoint frequency: is it possible to configure at database level?

    See here for description: ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/udb9/html/e4734b3b-8fbe-4b65-9c48-91b5a3dd18e1.htm

    and here for setting: ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/udb9/html/9f38eba6-39b1-4f1d-ba24-ee4f7e2bc969.htm

    NOTE: you can really cause unintended consequences if you mess with this setting, so be careful and watch what...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Red Gate SQL Backup vs. Quest Lite Speed backup

    I have switched over to recommending HyperBac to all of my clients for quite a number of reasons including no memtoleave issues, native backup commands, object recovery, select capability, ssis...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Checkpoint frequency: is it possible to configure at database level?

    recovery interval is a server level setting and cannot (to my knowledge) be configured for databases independently.

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

Viewing 15 posts - 4,906 through 4,920 (of 5,841 total)