Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - eaweha

Pages: [1]
1
Usually an DBMS System has more than one database.
Also software systems have often more that one database.

For example a company has a system named Sales that contains three databases.
a product database
a customer and configuration database
a workflow database
The databases are in the same server, e.g. MS SQL Server


In such a scenario, what is the best practice in order to apply the <<Datamodel>> structure?

Create for each database a separate model
<<Datamodel>> Products
<<Datamodel>> Customers
<<Datamodel>> Workflow

Create one model and add for each database a <<Database>> package
<<Datamodel>> Sales
   Logical Model
   <<Database>> Products
   <<Database>> Customers
   <<Database>> Workflow
 
 It's obvious, that if there were three different DBMS, for each DBMS I had to create a <<Datamodel>> each database.
 
  Thanks for you hints and suggestions about the better practice

2
General Board / Re: Visual Studio 2012
« on: March 12, 2013, 10:51:19 pm »
I have the same question but 7 months later. Do EA and MDG Integration support VS 2012 and TFS 2012?

3
Automation Interface, Add-Ins and Tools / Re: TFS not connected
« on: December 19, 2011, 09:09:00 pm »
I don't know if this is important:

In "Programs and Features" of the Control Panel, the name is
"MDG Integration for Microsoft Visual Studio".

But when I start Visual Studio or EA the splash screen shows
"Enterpriste Architect Version 7.5" and "MDG Link for Visual Studio".
Also "Version 4.5.1" and "Tiral Version" are displayed.

Greetings
Hans


4
Automation Interface, Add-Ins and Tools / Re: TFS not connected
« on: December 17, 2011, 03:12:28 am »
I have the same problem!
Using
Visual Studio 2010
Team Foundation Server 2010
MDG Integration for Visual Studio 4.5.07
Enterprise Architect 9.0.905.03

Thanks for any help

Pages: [1]