Import SQL-SERVER reverse engineering into Power-Design and add comments to the table fields

PD is a good database design tool. We directly use forward engineering during project development. After designing the database, we reversely import the database into PD and add comments to the database fields in PD to facilitate newcomers ’understanding and learning. PD supports Oracle, SqlServer and other databases and is a very powerful database design tool.

SQLServer reverse engineering, first need to establish a database connection, and then reverse engineering operations.
1.png

Open the "DataBase" menu and select "Configure Connections ...", as shown in Figure 2 below:
2.png

The "Configure Data Connections" window pops up, as shown in Figure 3 below:
3.png

Select the system data source, as shown below:
4.png

5.png

6.png

7.png
8.png
9.png

After the completion, the database binding has been completed, but the data content at this time has not been imported. We need to perform the following steps

Select File → Reverser Engineer → Database, as shown below:

10.png

11.png

Select Using a data source, and then click the icon behind to
12.png
select our database and enter the password.
13.png
When you are finished, click OK.
14.png
At this time, the form of the database will be displayed. Click OK to start the reverse import.
15.png
Reverse
16.png
import is completed.
17.png
Click after the import is complete Click on a table to
18.png
find more content as shown in the figure, click to
19.png
find commnet and check
20.png

After the completion, we can add Chinese comments to
21.png
the comment. After adding Chinese comments, the newcomer can view the database directly to the newcomer, which is convenient for quickly viewing the meaning of the table fields of the database. Meaning PD is a very powerful database design tool

Published 29 original articles · Like 11 · Visits 10,000+

Guess you like

Origin blog.csdn.net/u010840685/article/details/105297588