Click here to Skip to main content
15,887,267 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Hi All
I was wondering over a problem related to "Datastore Configurations". If there are multiple Source and Target tables each with identical structures, only different kind of data stored.
For example Transactional tables of CountryA and CountryB have same structure, only holds different variety of data since information is being fetched from different regions, so that we need not recreate various dataflows mulitple times during the ETL processes using the ETL tools.
How to implement such requirements in MS- SQL server?

What I have tried:

Tried in different database server systems(SAP R3) using and ETL tool, however got to implement the same concept using the MSSQL server currently chosen as one of the backends.
Posted
Updated 27-Jul-16 0:30am
v2
Comments
Richard Deeming 27-Jul-16 8:00am    
That sounds like a very poor database design. Better to have a single table to store the transaction details, with a foreign key to a "countries" table to identify which country it belongs to.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900