Datawarehouse Migration
-
22 สิงหาคม 2555 4:36
I need to transfer/move sql servers (2005 and 2008) from one location to another. Actual hardware is not moving but we need to develop exactly same environment(through backup and restore) at other location. What are the components we will be required to move?
Any document would be helpful.
ตอบทั้งหมด
-
23 สิงหาคม 2555 2:55ผู้ดูแล
Hi Mayur,
Base on your description, user databases, logins and passwords etc. are required to move. If you don’t want to move master, model, tempdb or msdb system databases, you also need to move jobs, alerts, and operators and so on. For more details, please refer to this article: How to move databases between computers that are running SQL Server.
For moving databases, there’re many ways including: detach and attach, backup and restore, use copy database wizard, generate the create script using Generate Script Wizard (SSMS) and execute it in the destination server and so on. For more details, please refer to this blog: Move a database from one server to another server in SQL Server 2008.
For moving system databases, please refer to this article: Moving System Databases.
Best Regards,
Ray Chen- เสนอเป็นคำตอบโดย Rishabh Mishra 23 สิงหาคม 2555 6:27
- ทำเครื่องหมายเป็นคำตอบโดย Mayur Yelpale 23 สิงหาคม 2555 7:16
-
23 สิงหาคม 2555 8:52
During transfer of logins : Server Role mappings are not getting transferred. How this can be managed? Any solution?