Tagged Questions
The database-diagramming tag has no wiki summary.
9
votes
4answers
543 views
Why is a database always represented with a cylinder?
This question came up today and I couldn't find any historical answer as to why a database is always represented as a cylinder. I am hoping someone in the stack world would know why and have a link ...
4
votes
2answers
134 views
foreign key discovery tools
A good way to quickly survey the information in a database is to apply a tool that automatically creates a database diagram of all tables and all relationships between them.
In my experience, such ...
4
votes
6answers
1k views
How to generate a diagram of a very large database schema (SQL Server)
I have a very large database I need to diagram. The database is SQL Server 2008 on x64. It is large in that there are hundreds of related tables, each with up to 2000 fields (some are sparse), ...
2
votes
2answers
53 views
Is there a way to visually display a View in a database diagram in SQL Server 2008?
I would like to create a database diagram in SQL Server 2008 and have a View in the diagram. is there a way to do this?
2
votes
1answer
873 views
Enterprise Architect: Hide Foreign Key Labels in Database Diagram?
I am using Sparx Systems Enterprise Architect 7 Professional and I can not find a way to hide the labels from Foreign Keys Associations in Database Diagrams.
Yes, I know I can right-click each of the ...
2
votes
1answer
472 views
SQL Command Add Database Diagramming
Is there a tsql command on sqlserver 2008 which can be run in order to enable Database Diagramming instead of this dialog appearing:
This database does not have one or more of the support objects ...
1
vote
1answer
3k views
SQL Server 2008 - Database diagramm support objects cannot be installed … Error
I tried to create a database diagramm with SQL Server 2008, but an error occurs:
Database diagram support objects
cannot be installed because this
database does not have a valid owner.
To ...
1
vote
5answers
440 views
What software should I use for manually drawing schema diagrams?
Our application has a fairly large, sprawling DB design, with 175 tables. Most tables are used by one or two primary features, and I'd like to create several little "mini-schemas" to describe the ...
0
votes
2answers
328 views
how to create a database diagram in sybase
I am new to sybase. IS there a way to create a database diagram as in SQLServer Management Studio.
Thanks
0
votes
1answer
126 views
Is there a way to publish SQL Server database diagrams to html format?
Currently, we model our databases in Rational Rose. And, it provides the capability to export the database relationship diagrams to a html tree. Does SQL Server or any other tool allow a similar ...
0
votes
2answers
252 views
autosizing sql server database diagram view
i see there is "arrange tables" that organizes your table relationships to be clear. is there anyway to autosize the tables so it shows:
the full name of the table
the full height to show all ...
0
votes
1answer
175 views
Hide relationship from a SQL Server database diagram
I am using SQL Server 2005 database with SQL Server Management Studio.
Is there a way to hide a relationship between two tables in the diagram without actually deleting the relationship from the ...
0
votes
1answer
103 views
Database model diagrams
I'm writting an essey and i have to represent my database with ER diagram, integrated data model and logical database model. Well, can enybody tell me what is the difference?