all groups > sql server new users > march 2006 >
You're in the

sql server new users

group:

Merging two dbs


Re: Merging two dbs Shadow
3/28/2006 5:29:07 PM
sql server new users:
You can script out all the objects and try running on the 2000 Server
Re: Merging two dbs Andrew J. Kelly
3/28/2006 9:00:41 PM
The easiest way would be to add an instance of 2005 on that server and
simply copy them<g>. But assuming that is not an option and you have not
used any 2005 specific features or datatypes you can still do it. First
script all the objects using SSIS and then run those scripts in the other
db. Then export the data from the 2005 dbs and import them into the tables
in the 200 instance. Make sure to backup everything first.


--
Andrew J. Kelly SQL MVP


[quoted text, click to view]

Merging two dbs John
3/29/2006 1:34:50 AM
Hi

I have two sql server 2005 dbs on server A. I need to copy all items
(tables, view, sps and so on) from the two dbs into a single db on server B.
The added problem is that server B is SQL Server 2000 so direct copy is
perhaps not possible. How can I achieve this?

Thanks

Regards


AddThis Social Bookmark Button