Forum Replies Created

Viewing 15 posts - 4,606 through 4,620 (of 9,241 total)

  • RE: size of LOB data 41GB smaller after BACKUP/RESTORE

    what was done to the database in between the restore to the secondary server and then the new backup, got any maintenance tasks\scripts running?

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SQL SP/CU taking HOURS on Multi-Node Multi-Instance Cluster

    ah ok, to be honest i've never just sat there and watched it. Incidentally why do you have all 22 instances installed across all 5 nodes?

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: What would be the best RAID configuration for this hardware?

    I usually use 256KB for data and backup drives and 64KB for log files

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Log Shipping question.

    jfogel (11/15/2012)


    Much appreciated. I thought I knew a lot more about this stuff but as I'm digging in I'm finding some surprises.

    😉

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SQL Server AD authentication issue through firewall

    do you have an AD Global Catalog configured on the remote site?

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: What would be the best RAID configuration for this hardware?

    the stripe size specifically, the optimal stripe sizes for SQL Server are 64KB and 256KB.

    As i mentioned above you need to vary your tests as data files are typically 8KB...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: What would be the best RAID configuration for this hardware?

    MyDoggieJessie (11/16/2012)


    Again as mentioned above this storage array will only be used for data and index files (NO log or tempdb files)

    in that case for data and index files you'll...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: What would be the best RAID configuration for this hardware?

    you need to benchmark for a little more than 4KB sequential even for the T-log. Test for the following

    8KB random read and write

    4-60KB sequential write

    64KB sequential read and write

    up to...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: What would be the best RAID configuration for this hardware?

    MyDoggieJessie (11/15/2012)


    Running some tests using IOMeter (preferred the GUI to this one over SQLIOsim)

    Errm, for benchmarking your I\O capacity (which is what you're doing here) you need to be using...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SQL SP/CU taking HOURS on Multi-Node Multi-Instance Cluster

    how exactly are you installing the updates?

    The most efficient way is to run the patch with the AllInstances switch to update in one run.

    This article details the switches used

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: I/O requests taking longer than 15 seconds to complete

    what are the status' of the arrays, check for dead disks, etc first. This may degrade RAID performance

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Log Shipping question.

    jfogel (11/15/2012)


    Thank you. I will work with this tonight.

    OK sure, post back if you're still stuck 😉

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: What would be the best RAID configuration for this hardware?

    test a couple of smaller arrays too as well as RAID5 vs RAID10

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Log Shipping question.

    jfogel (11/15/2012)


    This stuff throws a wrench in how I'm used to backing up my DBs and transaction log backup schedules too. Gotta get more practice with this stuff.

    These are the...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Log Shipping question.

    the best bit is, providing the differential base LSN is in sync between the primary and secondary you can use a differential backup to bridge LSN gaps when resuming log...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

Viewing 15 posts - 4,606 through 4,620 (of 9,241 total)