Viewing 15 posts - 121 through 135 (of 2,640 total)
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...
August 16, 2011 at 8:43 am
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...
August 16, 2011 at 8:32 am
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...
August 16, 2011 at 8:27 am
could you clarify what it is you want to know?
August 16, 2011 at 6:55 am
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...
August 10, 2011 at 6:16 am
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 (...
August 10, 2011 at 6:11 am
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...
August 10, 2011 at 6:06 am
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...
August 10, 2011 at 5:57 am
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...
August 10, 2011 at 5:49 am
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,...
August 10, 2011 at 5:45 am
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...
August 10, 2011 at 5:38 am
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...
August 10, 2011 at 5:33 am
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...
August 10, 2011 at 5:31 am
tempdb does not work the same way as a user database. #tables may be created in memory if resource is available.
August 10, 2011 at 5:26 am
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...
August 10, 2011 at 5:24 am
Viewing 15 posts - 121 through 135 (of 2,640 total)