Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 Powerdesigner 中从 ER 图中生成 Sql 表,但是,我不知道该怎么做?我应该使用哪些工具?
我猜你有一个概念数据模型来表示你的 ER 图。
您首先需要从中生成物理数据模型,使用Tools > Generate Physcical Data Model,选择您要使用的特定 DBMS,Microsoft SQL Server 2008,可用于 PD 15.0 及更高版本。
Tools > Generate Physcical Data Model
Database > Generate Database然后使用第一条评论中提到的生成脚本。
Database > Generate Database
将ER图转换为物理数据模型的需要是ER图可以使用一些需要在进入SQL之前解决的概念;并错过了一些特定于数据库实现的概念(如性能指标)。