| | |
Data Replication
Please support our MS SQL advertiser: Intel Parallel Studio Home
![]() |
Hi guys. Hope you can help me with my problem here.. It's quite complicated so I'll try to explain it in a very detailed manner..
I have these two databases which we may call dbaseA and dbaseB. I created another dbase which we call dbaseC. dbaseC is going to be used as a database which holds records from dbaseA and dbaseB.
Questions:
1. How will I merge records from dbaseA and dbaseB into dbaseC?
2. dbaseA and dbaseB have different schemas, meaning there are tables which are present in dbaseA but not in dbaseB and vice versa. We're following the schema of dbaseB for dbaseC. I need to get the records from dbaseA and dbaseB then put all of them in dbaseC.
I've tried replication, exports and imports but still, dbaseC still holds no records. It only followed a certain schema and nothing more..
Please help.. Thanks a lot =)
I have these two databases which we may call dbaseA and dbaseB. I created another dbase which we call dbaseC. dbaseC is going to be used as a database which holds records from dbaseA and dbaseB.
Questions:
1. How will I merge records from dbaseA and dbaseB into dbaseC?
2. dbaseA and dbaseB have different schemas, meaning there are tables which are present in dbaseA but not in dbaseB and vice versa. We're following the schema of dbaseB for dbaseC. I need to get the records from dbaseA and dbaseB then put all of them in dbaseC.
I've tried replication, exports and imports but still, dbaseC still holds no records. It only followed a certain schema and nothing more..
Please help.. Thanks a lot =)
Last edited by KeiHimekawa; Jan 9th, 2007 at 9:52 pm.
•
•
Join Date: Sep 2006
Posts: 44
Reputation:
Solved Threads: 3
I'm not too familiar with SQL Server's replication feature.
For your import/export however, what error messages did you get while trying to move data from dbaseB to dbaseC? If it's the same schema, I'm not too sure why you wouldn't be getting the data.
If there's referential integrity defined on the tables, you might have to do some tweaking first....
For your import/export however, what error messages did you get while trying to move data from dbaseB to dbaseC? If it's the same schema, I'm not too sure why you wouldn't be getting the data.
If there's referential integrity defined on the tables, you might have to do some tweaking first....
![]() |
Similar Threads
- Data Recovery (Storage)
- Replication Issues (MS SQL)
- Northern VA - Expert Data Architect (Tech / IT Consultant Job Offers)
- Reg Postgres Sql Replication Concept (Community Introductions)
- data file help (C)
- MySQL vs. PostgreSQL (MySQL)
Other Threads in the MS SQL Forum
- Previous Thread: Splitting Full name data to First, Last
- Next Thread: SQL 2000 "standard" reporting services
| Thread Tools | Search this Thread |





