3
votes
0answers
237 views

Notes not updated in Visio 2010 reverse engineer with SQL server 2008

I am using ms sql server as the driver to construct a datasource when I do the reverse engineering in the visio 2010. Only tables are imported. E-R diagram generated is fine although only part of ...
0
votes
0answers
60 views

Visio Database interpretation SharePoint

I feel what I wanna do with Visio 2010 and SharePoint is somewhat unique and after quite a bit of searching i'm needing some assistance in pointing me in the right direction. I want to design a ...
1
vote
1answer
119 views

How can i create an object that dynamically updates as data changes in a SQL database?

This is the situation. I would like to create a diagram, where each of the elements (nodes) would contain some information. This information would dynamically update (AJAX, socket.io,etc.) based on ...
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
3answers
233 views

How can I improve this database model?

I'm trying to model the relationship of dvd sales and dvd rentals to a customer. Although I dont think my transction table is correct. If anyone can let me know if I'm goin in the right direction with ...
0
votes
1answer
6k views

Exporting Entity-Relationship-Diagram from SQL with Visio 2010 (Professional Plus)

I'm searching the opposite solution to the question exporting SQL from a Viso diagram. I have the SQL statement for the creation of multiple tables of a MySQL database. Is there a way to use the ...
1
vote
2answers
2k views

exporting SQL from a Viso diagram

Is there a method to export SQL statements from a Viso 2003 entity-relationship diagram?
0
votes
2answers
415 views

Visio 2003 ERM to SQL Server script

my question is simple: Is there anyway to generate the database sql creaton script from a Visio 2003 model? I prefer Visio, however can be other program (freeware) that allows me to somehow agilize ...
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
2k views

How to import mysql sql file into microsoft visio 2007?

Does anyone know how to import a mysql sql file into microsoft visio 2007, and then generate a database chart automatically? Thanks a lot.
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 ...
18
votes
11answers
16k views

What is a good Visio Enterprise Architect replacement?

I've been using Visio 2002/2003 Enterprise Architect to do my database schema design visually and then forward-generate the DDL to create the database. I wanted to switch to Visio 2007, but while it ...
3
votes
2answers
5k views

Using Database entries to dynamically create a visio diagram

Is this possible? We have a Configuration Management Database that stores information such as our servers, what datacentre they're stored in, applications that reside on them, as well as interfaces ...