Forum Replies Created

Viewing 15 posts - 3,631 through 3,645 (of 7,164 total)

  • RE: Blocking TempDB: (15ms)PAGELATCH_UP:tempdb:8(PFS)

    GilaMonster (7/9/2012)


    opc.three (7/9/2012)


    GilaMonster (7/9/2012)


    Double the files. You want to have them in proportion to the CPUs.

    This is the first time I have heard this. Do you have a reference by...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Adding a primary key to the IIS ODBC logging table

    No, using sp_configure that way will change the instance-level default. That takes over when no fill factor is specified when creating the index, as you have done above. I recommend...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Adding a primary key to the IIS ODBC logging table

    techguy817 (7/9/2012)


    Also, how often would the index need to be rebuilt with about 5-6K records added every day? Any other suggestions are greatly appreciated.

    If you're only ever inserting into...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Split escaped characters

    I do not do much AD work these days, let alone from PowerShell, but I do know of the AD cmdlets MS published. http://technet.microsoft.com/en-us/library/ee617195

    Here is what I got (using replacement)...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Blocking TempDB: (15ms)PAGELATCH_UP:tempdb:8(PFS)

    GilaMonster (7/9/2012)


    Double the files. You want to have them in proportion to the CPUs.

    This is the first time I have heard this. Do you have a reference by chance where...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Blocking TempDB: (15ms)PAGELATCH_UP:tempdb:8(PFS)

    Is it a 2-proc/8-core machine meaning 16 ways? Or 2 procs w/ 4 cores each, i.e. 8 ways?

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Blocking TempDB: (15ms)PAGELATCH_UP:tempdb:8(PFS)

    Fly Girl (7/9/2012)


    Yep, PageLatch and PFS indicated as the issue. I can certainly try creating more files. Should be fairly easy to see if there is improvement. Anyone want to...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Blocking TempDB: (15ms)PAGELATCH_UP:tempdb:8(PFS)

    I just read the title of the post again. Page latch (not IO) wait on tempdb file 8...chances are adding more data files will help. Gail, please correct if I...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Blocking TempDB: (15ms)PAGELATCH_UP:tempdb:8(PFS)

    What are the processes waiting on? If the web app is creating lots of temp tables you may actually benefit from creating additional data files. No matter how many you...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: opening SSIS Package

    Also note that you cannot edit SSIS 2005 packages in BIDS/VS 2008 without upgrading them first, which will make them unusable on a SQL 2005 server.

    BIDS/VS 2005 is required to...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Powershell and Administration

    If just starting out I highly recommend getting into PowerShell. It really has no peer in the Microsoft stack in terms of a command-line scripting tool. VBScript and JavaScript are...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Cached plans getting pushed out of memory?

    My bad, I neglected to consider the total memory on your system. I use the /3GB switch to solve the problem you have with proc cache size, but on a...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Cached plans getting pushed out of memory?

    You can help your cause a little by adding the /3GB switch to your boot.ini, and optionally the /USERVA option to restrict the VAS split to less than 3:1.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Using the WMI Event Watcher Task in SSIS to Process Data Files

    tymberwyld (7/5/2012)


    One thing to watch out for here with "processing a file as soon as it arrives" is that you don't know if that file is done copying or not....

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Using the WMI Event Watcher Task in SSIS to Process Data Files

    SpongeBob (7/3/2012)


    One might event setup a SQL Agent "event" to watch for the file and then kick off the processing job as the response.

    Just a thought.

    That's a neat idea. I...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

Viewing 15 posts - 3,631 through 3,645 (of 7,164 total)