'ERwin'에 해당되는 글 2건

  1. 2010.02.17 erwin 에서 mssql comment 설정
  2. 2007.01.31 DBDesigner4
%ForEachTable() 
{
exec sp_addextendedproperty 'MS_Description' , '%EntityName' , 'user' , 'dbo' , 'table' , '%TableName'
go
%ForEachColumn() 
{
exec sp_addextendedproperty 'MS_Description' , '%AttName' , 'user' , 'dbo' , 'table' , '%TableName' , 'column' , '%ColName'
go
}
}
Posted by [czar]
,

DBDesigner4

카테고리 없음 2007. 1. 31. 14:00
http://fabforce.net/
지원 DB : mysql, mssql, oracle

erwin에서 mysql 지원을 안해 찾아보았다.






General Information - What is DBDesigner 4?

DBDesigner 4 is a visual database design system that integrates database design, modeling, creation and maintenance into a single, seamless environment.

It combines professional features and a clear and simple user interface to offer the most efficient way to handle your databases.

DBDesigner 4 compares to products like Oracle's Designer©, IBM's Rational Rose©, Computer Associates's ERwin© and theKompany's DataArchitect© but is an Open Source Project available for Microsoft Windows© 2k/XP and Linux KDE/Gnome. It is release on the GPL.


DBDesigner 4 and MySQL

DBDesigner 4 is developed and optimized for the open source MySQL-Database to support MySQL users with a powerful and free available design tool.

All MySQL specific features have been built in to offer the most convenient way to design and keep control of your MySQL-Databases.



DBDesigner 4 Development

Because DBDesigner 4 is an Open Source Project you are welcome to become a member of the DBDesigner 4 Forum to share your experiences, report bugs and submit feature requests.

Or you can download the source from the download page and fix bugs yourself or build additional features into the program.



Browse through the following sections to get more information about DBDesigner4.
Posted by [czar]
,