Forum Replies Created

Viewing 15 posts - 121 through 135 (of 2,640 total)

  • RE: High Page/Second when copying files

    1. push don't pull file copies - e.g copy to and not copy from.

    2. I always use robocopy

    3. make sure the server advanced settings it optimised for programs and not...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: backup backend process

    in truth unless you have a specific issue, maybe a 100TB database for instance, all you need to know is that the backup occurs. It's well documented about how the...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Implementing Partitioning on 100mil+ row table with >30 cols

    I make extensive use of partitioning here's a presentation I did about one aspect of it. http://www.grumpyolddba.co.uk/gonein60ns/GoneIN60nsWeb.pdf I have another document on partitioning but haven't put it onto my...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: backup backend process

    could you clarify what it is you want to know?

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Your view on an Active/Active/Passive Cluster with many instances

    there's nothing to stop you having a 5 node cluster with 4 active. The theory is that the "passive" node should support all "active" nodes, but reality is that this...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: What are the requirements for Active /Passive cluster

    Could I suggest a visit to the clustering pages in technet/msdn.

    For a ( windows ) cluster ( of any flavour ) you need a minimum of two physical servers (...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Sql server 2008 R2 --- procedure Cache

    I guess then that you are not using stored procedures?

    I've looked at a couple of apps we have which don't use procs and I notice that often plan reuse just...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: partitioning what to do AFTER switch out

    ah - that's the one limitation with the switching - I always wish you could switch to another database! You're still stuck with the delete/copy.

    What you need is a...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: SQL 2005 standard (cluster - active/passive) to SQL 2008 R2(cluster - active/passive)

    oops - sorry keeping o/s the same? I'm not 100% sure if you can install sql 2008 R2 on windows 2003, and why would you want to keep an o/s...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: SQL 2005 standard (cluster - active/passive) to SQL 2008 R2(cluster - active/passive)

    I'd suggest you don't, experience has shown that inplace upgrades are good in certain circumstances but not for production systems.

    I'd suggest you evict a node, rebuild it, migrate your databases,...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: How to calculate Transaction logs?

    depending upon your recovery model the t-log will clear periodically or with your backups. a checkpoint will help but an open transaction will stop the log clearing from before the...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Memory Issue

    you should set the max memory to a figure you're happy with. The actual value would depend upon the o/s and the box but on an average server I...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: what to know what query executing the background ?

    I'd suggest you examine BOL for details of the dmvs. Or you could buy the "Inside SQL" books or there's also "SQL ServerDMVs in action" by Ian W Stirk which...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: log growth

    tempdb does not work the same way as a user database. #tables may be created in memory if resource is available.

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Measuring database availabilty

    There's nothing within SQL to do this as the dmvs get cleared on a restart. As suggested unless you buy a monitoring tool you can only record a database availability...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

Viewing 15 posts - 121 through 135 (of 2,640 total)