Forum Replies Created

Viewing 15 posts - 121 through 135 (of 136 total)

  • RE: database log file size 900 GB

    I will say we have a 1.9 TB database and we are in full recovery mode. We run transaction log backups hourly. we run with a 400GB drive for our...

  • RE: Slow Week

    We personally have a few hundred servers and over 1000 databases. I'm taking this time to review all space issues, fragmentation issues, what indexes are not working, what may...

  • RE: Modifying file groups or moving files

    Thank you. I appriciate all of the responses I've gotten. This is of great help.

  • RE: Modifying file groups or moving files

    GilaMonster (12/7/2012)


    Files cannot be moved between filegroups.

    If you want to move partitions of a table to a new filegroup, you'll have to create the new filegroup, create files within it...

  • RE: Modifying file groups or moving files

    I apologize, let me try this again. I have a single table that is in 25 files across 25 file groups. my issue is the final file is roughly 1.5b...

  • RE: another index question, large table indexing

    sqlGDBA (12/5/2012)


    Doesn't the fact that you have 80% fragmentation mean that you're already using a significant amount of space over and above what is actually needed ? using a fill...

  • RE: another index question, large table indexing

    Doing a recreate is an interesting idea and will be addressed. I don't have the exact queries that are being run, but I was an application user at one point....

  • RE: another index question, large table indexing

    I agree, we're taking this work load over. right now it's a backup of production and it hasn't fully moved over yet. Trying to figure out the best ways to...

  • RE: automaticly identifying schema?

    ignore the variable names >.>; apparently i have tables with hyphens in them and that just makes everything twitchy. this seems to work for now.

    any advise on what i can...

  • RE: automaticly identifying schema?

    I will admit, I'm a bit stuck on this and possibly over looking something very simple.

    using the below script...

    i get the below errors (errors first)

    Msg 102, Level 15, State 1,...

  • RE: automaticly identifying schema?

    i'm trying to ignore the sys databases. i just dont want to create tables on them either if it's not needed IE steps 1 and 2. step 3 still seems...

  • RE: automaticly identifying schema?

    I found the below script works, though i'm still having issues with IF DB_ID(''?'') > 4

    IF ''?'' <> ''master'' AND ''?'' <> ''model'' AND ''?'' <> ''msdb'' AND ''?'' <>...

  • RE: trouble creating job to build index script

    i appreciate it, this was mostly to help understand how it works as well as get it working with as few options as possible. I will work with the other...

  • RE: trouble creating job to build index script

    the main idea was to cut script time since these are very large and slower boxes. if cutting out all the extra script needed doesn't really provide any boost...

  • RE: trouble creating job to build index script

    to be specific, the above scripts goal was to create a script that will create a set of scripts. i would prefer it to be reactive and repair as it...

Viewing 15 posts - 121 through 135 (of 136 total)