PowerDesigner +逆向工程
我正在使用 PowerDesigner 来建模我的 SQL Server 数据库。 我使用逆向工程选项来导入我的数据库。 我的问题是表中的默认数据未导入。
有谁知道如何导入表中的数据吗?
I am using PowerDesigner to model my SQL Server database.
I used the reverse engineering option in order to import my database.
My problem is that the default data in the tables is not imported.
Does anybody know how to import the data in the tables?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
对于我们来说也遇到了这样的问题
问题是表的名称带有特殊符号('),在该表描述之后Powerdesigner从脚本中不导入任何内容
for us such problem obtained too
problem was the name of the table with special symbol ('), after that table description Powerdesigner imports nothing from the script
使用电源设计器无法完成此操作。
this cannot be done using power designer.
无法对数据库中的数据进行逆向工程并将其存储到 PowerDesigner 模型中。
相反,您可以为每个表、列定义测试数据配置文件,并生成从 PDM 到 sql 脚本的测试数据(您的默认数据)。
It's not possible to reverse engineer a data from the database and store them into a PowerDesigner model.
Instead you are able to define a Test Data Profile for each table, column and generate test data (your default data) from PDM to sql-script.
直接是不可能的。但是,接下来您可以做的是:
INSERT INTO %TABLE%"(.....
格式的必要数据。It is not posible directly. However what you can do is next:
INSERT INTO %TABLE%"(.....
format from some other database client