Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Recent Posts
Recent Posts
Popular Topics
Popular Topics
Home
Search
Members
Calendar
Who's On
Home
»
SQL Server 7,2000
»
General
»
Relational Diagrams
Relational Diagrams
Rate Topic
Display Mode
Topic Options
Author
Message
hb21l6
hb21l6
Posted Wednesday, December 05, 2007 2:04 AM
SSC Journeyman
Group: General Forum Members
Last Login: Thursday, June 06, 2013 7:13 AM
Points: 78,
Visits: 277
just wondering...
why do so many large software development companies not bother with relational Diagrams in their SQL server DBs'?
For instance, there are a number of SQL DB systems ( including Microsofts ) that I'm currently reviewing, and non of them have Relational Diagrams added to them. their table structures are normalised but there is nothing inforcing the fact.
Any ideas?
cheers
Dave
Post #429673
Greg Charles
Greg Charles
Posted Wednesday, December 05, 2007 9:15 AM
SSCarpal Tunnel
Group: General Forum Members
Last Login: Yesterday @ 5:14 PM
Points: 4,009,
Visits: 4,891
I can't speak for all companies, but we use a separate CASE tool that has a data repository for logical modeling. We want something that is independent of SQL Server because we have systems on more than just that database platform.
Some of our developers use SQL Server database diagrams for documentation, but they still must maintain their logical designs in the CASE tool.
Greg
Greg
Post #429831
Chris Campbell-415954
Chris Campbell-415954
Posted Thursday, December 06, 2007 7:20 AM
Say Hey Kid
Group: General Forum Members
Last Login: Friday, August 10, 2012 8:25 AM
Points: 704,
Visits: 257
Documentation is superfluous. The code is obvious.
;)
Post #430177
Key DBA
Key DBA
Posted Thursday, December 06, 2007 7:27 AM
Mr or Mrs. 500
Group: General Forum Members
Last Login: Thursday, February 26, 2009 3:02 PM
Points: 515,
Visits: 655
In my experience, most companies DO have ERD diagrams/documentation for their database applications, but that information can be considered proprietary information and is not generally given to customers.
Another possibility is that the referential integrity of an application can be completely contained within the application code, and NOT in the database itself. In this type of situation there are literally no Primary Key/Foreign Key relationships within the database.
"Key"
MCITP: DBA, MCSE, MCTS: SQL 2005, OCP
Post #430180
hb21l6
hb21l6
Posted Thursday, December 06, 2007 9:28 AM
SSC Journeyman
Group: General Forum Members
Last Login: Thursday, June 06, 2013 7:13 AM
Points: 78,
Visits: 277
yeah, I guess all the constraints can be done within the application.
but to help or even stop end line users from making a mash of the database structure, i would see this as an invaluable tool.
e.g. I have a few databases, and I'd like to tap into them to drag out data for reporting, mabe even make life easier by writing data back to tables for imports, modifications etc. The use of the Diagram is Ideal for looking up references to find tables etc..
oh well... just have to keep spitting nails and working through them slowly
thanks for all your replys...
Dave
Post #430280
Key DBA
Key DBA
Posted Thursday, December 06, 2007 10:56 AM
Mr or Mrs. 500
Group: General Forum Members
Last Login: Thursday, February 26, 2009 3:02 PM
Points: 515,
Visits: 655
hb,
With our vendor supported applications that we are not able to get an ERD from, I use Visio Professional 2007 for reverse engineering a database.
I wrote a tutorial in another thread this week at:
Topic: Domains and Schemas
http://www.sqlservercentral.com/Forums/Topic428540-359-2.aspx#bm428845
Best of Luck!
"Key"
MCITP: DBA, MCSE, MCTS: SQL 2005, OCP
Post #430325
Chris Campbell-415954
Chris Campbell-415954
Posted Thursday, December 06, 2007 11:24 AM
Say Hey Kid
Group: General Forum Members
Last Login: Friday, August 10, 2012 8:25 AM
Points: 704,
Visits: 257
Assuming the tables are already related with foreign keys, you can create a new diagram in SQL Management Studio and simply add all of the tables in the database. The relationships will be automatically drawn in for you.
Post #430349
« Prev Topic
|
Next Topic »
Permissions
You
cannot
post new topics.
You
cannot
post topic replies.
You
cannot
post new polls.
You
cannot
post replies to polls.
You
cannot
edit your own topics.
You
cannot
delete your own topics.
You
cannot
edit other topics.
You
cannot
delete other topics.
You
cannot
edit your own posts.
You
cannot
edit other posts.
You
cannot
delete your own posts.
You
cannot
delete other posts.
You
cannot
post events.
You
cannot
edit your own events.
You
cannot
edit other events.
You
cannot
delete your own events.
You
cannot
delete other events.
You
cannot
send private messages.
You
cannot
send emails.
You
may
read topics.
You
cannot
rate topics.
You
cannot
vote within polls.
You
cannot
upload attachments.
You
may
download attachments.
You
cannot
post HTML code.
You
cannot
edit HTML code.
You
cannot
post IFCode.
You
cannot
post JavaScript.
You
cannot
post EmotIcons.
You
cannot
post or upload images.
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.