Group: StrataFrame MVPs
Posts: 1.9K,
Visits: 21K
|
Hi Melvin.
Welcome to the comunity.
This is basically how we work eveyday. There is no reason to create a "merge" if all developers have access to the database which stored the DDT strutuctures. I generally work off of a SQL Server instance on my local machine, but the DDT structures are on a central database that we all use. So if I make structure changes in the DDT, everyone would see them. However, I deploy, while coding, to my local machine which only affects me. This is the best approach. If you are referring to stored DDT structures on the local then creating a merge of DDt structures to a central strataFrame database, then the DDT was never intended on doing this as it creates a sync nightmare that never works. We have tried this approach in the past with less complicated scenarios on other products and it ultimately becomes a tangled mess that requires one fix after another for so many different scenarios.
Hope it helps you.
Cheers.
|