move data between databases | SQL Server Performance Forums

SQL Server Performance Forum – Threads Archive

move data between databases

Hi All,
1)Can anyone tell me what are the possible methods or moving objects(tables, views. stored procedures…..etc) individually from one database to another database in the same server? and also to a particular database in different server?
2)How can we combine 5 different databases in to a single databse in the same server? and on different server? thanks,
You can use SSIS/DTS or snapshot replication…
backup restore… It depends…
All five databases on has the same objects or different objects? MohammedU.
Moderator
SQL-Server-Performance.com All postings are provided “AS IS” with no warranties for accuracy.

If it is more frequent (also if it is highly transactional) and you want the updated data always, try to setup replication, else backup/restore is good enough.
Replication is highly suggested in thsi case to move few tables into one database, lookup at BOL in this csae for suitable one. Satya SKJ
Microsoft SQL Server MVP
Writer, Contributing Editor & Moderator
http://www.SQL-Server-Performance.Com
This posting is provided AS IS with no rights for the sake of knowledge sharing. The greatest discovery of my generation is that a human being can alter his life by altering his attitudes of mind.
]]>