0
votes
1answer
238 views

How to generate database diagram to a PDF in Microsoft visio?

I am trying to generate database diagram in visio in the folowing way., Start--> Microsoft visio -->File-->New-->Template Categories (DataBase and Software) -->Data Base Model Diagram, Now in this ., ...
0
votes
1answer
247 views

Visio - IDEF1X Data Modeling - How to set Alternate Keys

Can anyone help me in defining Alternate Keys in Visio 2010 for IDEF1X?
0
votes
2answers
1k views

Basic Database Design - Optional Participation

Working on basic database design homework and ERD drawing in Visio, and can't wrap my head around this problem. United Helpers is a nonprofit organization that provides aid to people after ...
2
votes
2answers
6k views

Display primary : foreign key relationships in Visio database diagram

I've created a Database Model relationship diagram in Visio with tables and relationships. However, I can't find any way to automatically display the Primary Key :: Foreign Key relationship in the ...
0
votes
2answers
391 views

Drawing multiple “many-to-many” entities in a E-R model

In an E-R Diagram how would i model two many-to-many relationships FACILITY Facility_ID Name etc PHYSICIAN Physician_Id Name etc PATIENT Patient_Id Name etc M:N - where a Facility can ...
0
votes
0answers
804 views

How do you change optionality and cardinality on BOTH ENDS in Visio 2010?

Visio has left me at a standstill... I am only allowed to change the optionality and cardinality at one end. In this image: The foreign key placement in this image is how I want it, but I am ...
2
votes
1answer
163 views

What is the difference between an ERD and a Context data Model?

Can someone please gimme an example of both? I am super confused between the two :( Are they same??
0
votes
1answer
64 views

How can I further improve this database model?

I'm looking to further improve my database design from my other post - How can I improve this database model? I've implemented ideas from the answer into my own design and have been fixing it up a ...
0
votes
1answer
88 views

is this a flaw?

In Visio I can only alter one side of the relationship. If I want a "1-M" relationship, I have to choose "Identifying", but this automatically makes the FK becomes PK, which doesn't seem right to ...
0
votes
2answers
463 views

MS Visio Category relationships to SQL Server

I'm using MS Visio to model a database and part of the model contains Transaction categories - the parent table has a transactionId, timestamp, amount, and transactionType. There are three child ...
0
votes
1answer
55 views

Which project type / item in VSTS 2008 helps me model a database?

As per the thread: http://www.experts-exchange.com/Microsoft/Applications/Microsoft%5FVisio/Q%5F24660513.html I should be able to model a database (like I do in Visio 2007) in Visual Studio Team ...
0
votes
1answer
887 views

How can I show relationships between views in Visio database diagrams?

I'm using a set of views for the data access layer of our primary web application, and need to document these views. Logically the views mirror the underlying tables, meaning they have similar ...
0
votes
1answer
583 views

Visio data model diagram to db

I have created my db data model diagram using Visio. Is there a way to generate the DB schema from the Visio? Appreciate your response!
1
vote
1answer
306 views

Modeling Tools that understand both Relational and LDAP

I am looking to do some modeling and would like to have a tool that can capture not only a relational model like ERWIN but also allow us to easily port to LDAP as an option. NOTE: Visio can connect ...