September 20, 2013 at 4:52 am
Hi All,
Would like to get some hands-on with the high availability options (Log-shipping, Replication, Database-Mirroring and Server Clustering).
Can I do experiment on these in my personal computer?
_____________________________________________
One ounce of practice is more important than tonnes of dreams
September 20, 2013 at 11:30 am
Yes, Why not. Create 2-3 instances of SQL Server and get started... or the other way is install Virtual machine on uor box and get started.
September 21, 2013 at 2:35 am
Yes, Why not. Create 2-3 instances of SQL Server and get started... or the other way is install Virtual machine on uor box and get started.
Thanks, have read that clustering and mirroring required new addition of hardware and software, also those are costly. As I am more into development did not get chance to install and do anything in hardware and software installation unless sql installed at home.
That's why the topic posted. BTW, Thanks.
If you had already come through any good links, Please share.
_____________________________________________
One ounce of practice is more important than tonnes of dreams
September 21, 2013 at 2:51 am
C.K.Shaiju (9/21/2013)
Thanks, have read that clustering and mirroring required new addition of hardware and software
Virtual machines. No additional hardware necessary.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
September 24, 2013 at 8:07 am
Virtual machines. No additional hardware necessary.
Thanks Gail
_____________________________________________
One ounce of practice is more important than tonnes of dreams
September 24, 2013 at 11:35 am
Even for clustering you can do some hands on but you need to search on goole for available VM.. Without any investment..:-)
October 2, 2013 at 11:19 am
Dhananjay-440114 (9/24/2013)
Even for clustering you can do some hands on but you need to search on goole for available VM.. Without any investment..:-)
Thanks Dhananjay. Let me search. 🙂
_____________________________________________
One ounce of practice is more important than tonnes of dreams
October 2, 2013 at 12:07 pm
I have gotten mirroring to work between a SQL instance on a Server 2008 VM and a SQL Evaluation instance on the Host Windows 7 machine with 4GB installed, but performance was frustrating at times, especialy if IE was open. If you have more than 4GB or a second machine you can install SQL on, you'll be in better shape.
For a failover cluster, you'll need at least 3 VMs, a domain controller and 2 nodes, and a tutorial on how to set up shared drives in this kind of envronment (if anyone has a favorite link for this, please post it as I'd like to do this). For 3 VMs you'll want a PC with at least 8GB of RAM , or a second PC (you can put the DC there).
Another option might be to use Wondows 2003 SP2 VMs, which can probably run satisfactorly on less RAM.
October 4, 2013 at 1:52 am
dan-572483 (10/2/2013)
I have gotten mirroring to work between a SQL instance on a Server 2008 VM and a SQL Evaluation instance on the Host Windows 7 machine with 4GB installed, but performance was frustrating at times, especialy if IE was open. If you have more than 4GB or a second machine you can install SQL on, you'll be in better shape.For a failover cluster, you'll need at least 3 VMs, a domain controller and 2 nodes, and a tutorial on how to set up shared drives in this kind of envronment (if anyone has a favorite link for this, please post it as I'd like to do this). For 3 VMs you'll want a PC with at least 8GB of RAM , or a second PC (you can put the DC there).
Another option might be to use Wondows 2003 SP2 VMs, which can probably run satisfactorly on less RAM.
Thanks for sharing.
I didn't get any white papers, but got a youtube link (http://www.youtube.com/watch?v=1ZCCOcWUuOg). This link is the 1st part of a series of 27 videos.
_____________________________________________
One ounce of practice is more important than tonnes of dreams
Viewing 9 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic. Login to reply