|
Any recommendations?
Dia and Vym come to mind, but they don't really fulfill the main requirement; i.e. to generate the SQL to create the ERD that I'm describing.
Started by Wayne Khan on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
There's plenty of diagramming tools for Linux ( Dia is my favorite but its support for ERD diagrams.
|
|
One of the things that confuses me about ERDs is whether they make any prescriptions about how their relationships should be implemented technologically.
In the diagram below I'm not sure if the diagram requires these relationships to be implemented at...
Started by eggdrop on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
An ERD and their cardinality....
An ERD diagram is a logical diagram that shows entity relationships think the diagram is isomorphic to code, then you'll have to decide how to implement it.
Relationships at the database level.
|
|
This question is based on my plan at the thread .
My entity-relationship diagram is
I would like to know the following.
Does my sequence diagram match the following relation diagram?
Started by Masi on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Reviewing the first diagram:
and the second diagram....
Viewing the second diagram as the Physical ERD model - there's no benefit to havingThe first diagram looks a bit more like a class diagram.
Into the QUESTION table.
|
Ask your Facebook Friends
|
Hi all,
i am looking for the best software to draw ERD in windows for a mysql database.
Started by rahim asgari on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Visio has a Database Model Diagram template that can be used to draw Entity-Relation Diagrams.
|
|
I read my notes and I am now unsure about the keys.
My logical diagram
This table should be in line with the following physical ERD
I have only one foreign key in the table Question .
I would like to know
should the question-id and question-tag in the...
Started by Masi on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Second ERD: Question-Tag-xref.
Question(user-id) should refer to User(user-id).
Looking at both ERDs, here are the foreign keys I would want to put in place:
First ERD: Question to Question(question-id).
|
|
I've recently switched to Linux on my work machine and, new to the Linux desktop environment, I'd like to find a decent ERD tool for database design. Booting back into my Windows partition every time I need to create a diagram is going to get unpleasant...
Started by Rob Wilkerson on
, 11 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
Apart from that there are various ERD tools you have to pay/workbench/?p=138
They are still in alpha, but judging from the windows version this is gonna be "THE" ERD into JDeveloper and then....
Such as http://eclipse-erd.sourceforge.net/.
|
|
I am trying to generate an Entity Relationship Diagram from an existing MS SQLServer 2005 database. What tools are available? Specifically,I am not only interested in ERD's more directly I am looking for a tool to help quickly learning and analysing a...
Answer Snippets (Read the full thread at stackoverflow):
One....
I've used Visio and had some good results with that .
I'd investigate that avenue if you haven't already.
The database reverse engineering feature of microsoft Visio are excellent for pulling the schema out of a database and developing from there .
|
|
I am working on a new application that uses a jet (MS Access) database. I have built the database using FluentNHibernate's AutoMapping feature from my C# objects.
I need to present this database for an on-line WebEx design review on Tuesday and am looking...
Started by Maggie on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Select "yes" and you'll have a beautiful Visio style....
And "complexity" of the ERD is going to be up to you in the end and how you extend the captured Diagram) From the new "Database" menu select reverse engineer From that point on, you'll.
|
|
My current understanding is that Microsoft does not offer a viable tool for creating a DB ERD model and then forward-engineering the DDL to create the database. I've heard that Visio Enterprise Edition 2003 had this feature, but that it has been removed...
Started by LuftMensch on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
It can even produce an ER diagram.
Do you really need more than the Database Diagram feature of SQL Server Management of the code necessary to ensure that all the constraints are enforced.
Want to look into.
|
|
In the past, I've used Visio (2003 Professional, if it matters) to doodle database diagrams while we're in the conceptual design phase. This is pretty painful, though, because there's no good way to get the data out of Visio (though this answer gives ...
Started by Sixten Otto on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Translation: Logical ERD support
I'm aware of Enterprise.
Ready to instantiate the real database.
|