April 14, 2010 at 2:06 pm
we are looking for some software to sync production and development environment data on daily basis, to be efficient, it syncs only new days' data and runs on schedule. I came across Redgate and Idera comparison tools. Can you suggest which one is better? what are the differences between the 2? Thanks.
April 14, 2010 at 11:22 pm
MS SQL has built in functionality to do this...
log ship, replication......
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle
April 15, 2010 at 1:41 am
Instead of any third party tool... Yes replication is surely better option. Schedule the job to distribute the data nightly from Publisher to subscriber. Also the advantage is you can have mulitple subscriber i.e. you can push data to multiple development servers.
---------------------------------------------------
"Thare are only 10 types of people in the world:
Those who understand binary, and those who don't."
April 15, 2010 at 5:11 am
I will also vote for replication only, but of the two tools, redgate is better and hasslefree.
April 15, 2010 at 10:57 am
thanks.
April 15, 2010 at 7:04 pm
If you're looking for a "perfect" copy of production to put into development and have a decent SAN, then you could use a "SAN Snapshot" (has nothing to do with SQL Server) or "San Clone" which will accomplish the task on a tera-byte database in just a couple of minutes and has no ill effects on production during the process.
--Jeff Moden
Change is inevitable... Change for the better is not.
April 16, 2010 at 1:40 am
What is size and volume of database that needs to be replicated.
April 19, 2010 at 9:00 pm
we are a small shop, and I am the only dba. Management prefers software because in the case I am on vacation, somebody else can handle the sync.
April 19, 2010 at 11:42 pm
Hi,
Why don't you try in-built log-shipping of SQL server or even replication... Believe me its very easy to setup and manage.... Any one can manage it whenever u will be on leave....
Regards
April 20, 2010 at 7:01 pm
Yep, agree replication is neat, and set it up is easier than go through people comfort zone.;-)
Viewing 10 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic. Login to reply