Enhanced Relationships in Database Designer

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
Post Reply
Republic Of Steve
Posts: 1
Joined: Wed 16 Jul 2014 06:15

Enhanced Relationships in Database Designer

Post by Republic Of Steve » Wed 16 Jul 2014 06:23

In the Database Design Diagrams I would really find the following features really valuable

1) Be able to filter out certain columns from diagrams automatically. (e.g. audit columns like CreatedUser, CreatedTime, UpdatedUser, UpdatedTime... etc..

2) being able to set the relationships to be Straight lines point to point, rather than dog-legged (i.e on a diagonal)

3) when two relationships cross, to have a little hump indicating which allows the viewer to following the relationships much easier

4) be able to display a relationship of 1:1 cardinality. I've implemented these physically with a unique index on the child side of the relationship.


Those changes would make my life a lot easier

Cheers,
Steve

alexa

Re: Enhanced Relationships in Database Designer

Post by alexa » Wed 16 Jul 2014 14:44

You can add a suggestion on our UserVoice forum where other users can vote for it http://devart.uservoice.com/forums/1770 ... sql-server

We collect and analyze the information from this forum in order to make a proper roadmap for future product releases.

Post Reply