What is the best approach to mirror production data in a test environment
-
segunda-feira, 6 de agosto de 2012 18:19
Hi,
I'm using an SQL 2005 instance to perform a lot of key business operations, and need to mirror my data in test with data from production. Does anyone know what would be the best approach to refresh data in a test environment with data from a production environment using a SQL 2005 instance?
Thanks
Da Chosen One
Todas as Respostas
-
segunda-feira, 6 de agosto de 2012 18:34Moderador
That depends on if you want a one time data refresh, or a continual refresh.
If you need a one time refresh - a backup restored will work best - or perhaps snapshot replication.
Transactional replication works before if you need something with current data in it.
looking for a book on SQL Server 2008 Administration? http://www.amazon.com/Microsoft-Server-2008-Management-Administration/dp/067233044X looking for a book on SQL Server 2008 Full-Text Search? http://www.amazon.com/Pro-Full-Text-Search-Server-2008/dp/1430215941
-
segunda-feira, 6 de agosto de 2012 21:47
I need to be able to refresh my UAT environment like every other month or so. Do you have an step-by-step example of how I can do this?
Thanks
Da Chosen One
-
segunda-feira, 6 de agosto de 2012 22:16ModeradorProbably use snapshot replication then. The tables will need to be identical on both sides.
looking for a book on SQL Server 2008 Administration? http://www.amazon.com/Microsoft-Server-2008-Management-Administration/dp/067233044X looking for a book on SQL Server 2008 Full-Text Search? http://www.amazon.com/Pro-Full-Text-Search-Server-2008/dp/1430215941
-
segunda-feira, 6 de agosto de 2012 22:27
-
terça-feira, 7 de agosto de 2012 01:53How do I perform a snapshot replication in SQL server?
Da Chosen One
-
terça-feira, 7 de agosto de 2012 12:57Moderador
Follow these instructions here. http://www.youtube.com/watch?v=-4OOf3O3HVslooking for a book on SQL Server 2008 Administration? http://www.amazon.com/Microsoft-Server-2008-Management-Administration/dp/067233044X looking for a book on SQL Server 2008 Full-Text Search? http://www.amazon.com/Pro-Full-Text-Search-Server-2008/dp/1430215941
- Sugerido como Resposta Shulei ChenModerator quinta-feira, 9 de agosto de 2012 09:39
- Marcado como Resposta Shulei ChenModerator terça-feira, 14 de agosto de 2012 09:51

