 |
|

01-05-2005, 08:33 AM
|
 |
SEO GUY Moderator
|
|
Join Date: May 2004
Location: In perpetual style
Posts: 3,312
|
|
|
merging 2 databases
Is it possible to merge 2 sql databases without ruining them?
|

01-05-2005, 09:44 AM
|
 |
SEO
|
|
Join Date: May 2004
Location: Las Vegas, NV
Posts: 1,013
|
|
|
sure, I think its called 'table join' or 'left table join' command which will create a brand new table with both database information. Hope that helps...
|

01-05-2005, 10:22 AM
|
 |
SEO GUY Moderator
|
|
Join Date: May 2004
Location: In perpetual style
Posts: 3,312
|
|
so could I merge the databases from 2 phpBB boards and keep everything intact? I'm sure there would be a lot of clean up after though 
|

01-05-2005, 10:46 AM
|
 |
SEO
|
|
Join Date: May 2004
Location: Las Vegas, NV
Posts: 1,013
|
|
|
possibly, I have never personally done it.
|

01-08-2005, 05:53 PM
|
 |
SEO
|
|
Join Date: Nov 2004
Location: Bangalore, India
Posts: 383
|
|
Yes  From MS Access to SQL .
For that your computer must have SQL server installed.
|

01-08-2005, 06:37 PM
|
 |
SEO GUY Moderator
|
|
Join Date: May 2004
Location: In perpetual style
Posts: 3,312
|
|
abhishekmat, you mis-read the question 
|

01-10-2005, 10:43 AM
|
 |
Chillin Like A Villan
|
|
Join Date: May 2004
Posts: 275
|
|
Here is a few things you can try.
If your using sql2k then you can use the sql tool which comes with Enterprise Manager. You can use the tool to import the stuff from the other db (I have never done this to merge to DB's b but it might just work) you may want to test it out by making a few copies of the two db's.
Now the problem you will have there is the record ID's are the same and in most cases these id's MUST be unique since they are primary keys.
So the best thing to do is to make a custom merge tool where you can merge to two db's but assigning new id's to the stuff that is being imported. Now there you will have other issues such as if you are merging a forum the thread id's are assigned to user id's and since you will have to create new user id's from yoru merging DB you will have to make sure you change the ID's of the threads and posts and ETC, ETC.
Basically it would be a very complicating process which in the end would take up LOADS of time 
|

01-10-2005, 10:45 AM
|
 |
SEO GUY Moderator
|
|
Join Date: May 2004
Location: In perpetual style
Posts: 3,312
|
|
|
and probably not worth the effort
|

02-25-2005, 02:20 AM
|
|
SEO Junior
|
|
Join Date: Feb 2005
Posts: 16
|
|
|
you want to merge 2 similar databases into 1? e.g. 2 vbulletin databases (same schemas) into a single vbulletin database?
if so, it'll be tough job - but very possible. i've done something like this before (not vbulletin) for a project at work - a lot of analysis required to make sure unique keys remain unique by changing the keys of one set of data...
|

02-25-2005, 09:02 AM
|
 |
SEO
|
|
Join Date: Jun 2004
Location: uk
Posts: 578
|
|
|
Is there no way you can set up an rss feed from one forum to the other?
|
 |
|
| Thread Tools |
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|