PowerDesigner exports all SQL scripts
Operation: Database=>Generate Database
How PowerDesigner exports table building sql scripts
1 According to database type , Switch the database.
Database-> Change Current DBMS…
2 Generate sql script
Database -> Preview tab of Database Generation
Click the save button to save the generated sql script to the local.
[Note]:
1 The powerDesigner I use is version 15.2.
2 The generated sql script usually has a drop table statement, which can be omitted at runtime to prevent an error that the table does not exist.
powerdesigner export oracle sql remove the quotation marks
To build a data table today, use the Oracle 9i database, and use PowerDesinger 12 to build the model , The conceptual model was converted to the physical model. When I watched Preview, I was surprised to find that all drop, create, etc. operations were added with double quotation marks when the table name, field name, and foreign key name were added. This is really amazing.
Open Database -> Edit Current DBMS, an editing interface appears, in the right box, find the script sub-node, and then find the sql -> format node in turn,
There is one below The attribute of this name: CaseSensitivityUsingQuote, set the value of this attribute to “NO”, and then look at the generated script, all the double quotes are removed.
How to extract the beautiful pictures in PowerDesigner 15?
Path: C:\Sybase\PowerDesigner 15\Icons
Picture library file:
Enterprise Architecture.piclib
Objects and Concepts.piclib
PowerDesigner Icons.piclib
is a piclib file, each file contains several pictures, the pictures are quite beautiful
How can I extract them into separate ico/png/bmp files?
——Solution————————————– ——————
Use QQ pictures to intercept
——Solution————– ——————————————
google –> eXeScope650
——Solution————————————— —————–
IconsExtract v1.xx
——Solution————— —————————————–
There is currently no good way to do this. Because this piclib is not the icon file, but the index of the icon file, so the icon cannot be extracted from it.
——Solution————– ——————————————
I don’t know
– —–solution——————————————- ————-
Just use the software that extracts the icon, there are many on the Internet
——Solution———— ——————————————–
Extract EXE, There are many programs for pictures in DLL, and I have never seen pictures from any type of file. . . . .
How does powerdesigner generate sql files?
The first time you use powerdesigner
after you get the tables and fields, how should you make it generate sql files?
Is there any Who can write a detailed process.
小弟先谢谢了
——解决方案—————————– —————————
database->Generate database.., click OK in the dialog box
– —–solution——————————————- ————-
Create a new PhysicalDataModel, then create a database model, and then in the upper menu bar database->Generate database
How to export ER pictures from PowerDesigner
I have a data structure diagram, how can I save the exported pictures?
——解决方案———————————— ——————–
Copy to word document, and then save as picture!
Master PowerDesigner 15 come in and have a look! The plug-in cannot be used!
According to a tutorial, the Visio plug-in of PowerDesigner 15 will add an item to the Visio menu after installation. Why is there no response after I installed it?
Moreover, the plug-ins of PowerDesigner corresponding to VisualStudio and Eclipse cannot be used, and an error is reported! Heroes help!
——解决方案———————————— ——————–
Plug-in in VISIO, after opening any VISIO document, you will see a new menu option: PowerDesigner
怎么让powerdesigner 生成sql语句的时候 不带用户名?
看下面这个:红色这些都不想要啊,不然不通用啊
1 2 3 < p>4 5 6 7 8 9 10 11 12 13 14 15 16< /p> 17 18 19 |
>
< code>
code> |
------Solution---- -------------------------------------------------- --
Set OWNER in the properties of Table properties to NONE, and the user name will not be included when it is generated.
你这种像是从PL/SQL从ORACLE中弄来的,Powerdesigner默认建表的话好像是没有的。
------Solution--------------------------------------- -----------------
Or directly delete the USER information in PowerDesigner, there will be no problem when generating SQL.
------Solution--------------------------------------- -----------------
Set OWNER in the properties of Table properties to NONE
How to export sqlserver data. sql file
I use SQL Server2005 Express, how do I export the data in the sqlserver table to a .sql file, which means that I can insert data into the database by executing this .sql file in the future, thank you!
------解决方案------------------------------------ --------------------
SQL code
bcp dbname..tbname out c:\data.sql -T -c
bcp dbname..tbname in c:\data.sql -T -c
------Solution-------- ------------------------------------------------ pre>SQL code
bcp dbname..tbname out c:\data.sql -T -c
bcp dbname..tbname in c:\data.sql -T -c
------Solution------------------------------ --------------------------SQL code
--Generate SQL script from table data Of stored procedures
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 p> 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48< /p> 49 50 51 52 53 54 55 56 57 58 59 60 < p>61 62 63 64 65 66 67 68 69 70 71 72 73< /p> 74 75 76 77 78 79 80 81 82 83 84 85 < p>86 87 |
code>
code>
|
1 2 3 4 5 6 7 8 9 < p>10 11 12 13 14 15 16 |
p>
< p>
< p>
|
------solution--- -------------------------------------------------- ---
SQL code
1 2 3 4 5 6 7 < p>8 9 10 11 12 13 14 15 |
|
Use powerdesigner to export the structure diagram of the data table
http://www.5iphp.com/node/28
1. Generate the powerdesigner model according to the table structure:
< p>
The import work is divided into several steps, the work is very simple, the steps are as follows:
The first step: export the table structure of all tables of the library to be imported (don’t need table data, just table structure) A .sql file.
Step 2: Find File >> Reverse Engineer >> Database in powerdesinger, and then come up with one
Select "share the DBMS definition" and click OK. Note that the database should also correspond to your own database. My database is mysql5.0, so I also chose mysql5.0.
Select "Using script files", click the add button on the left, add the test.sql file, and then select OK. In this way, the mysql data table structure is completely imported into powerdesigner.
Two. Then, select all, Edit->export image
WordPress database error: [Table 'yf99682.wp_s6mz6tyggq_comments' doesn't exist]SELECT SQL_CALC_FOUND_ROWS wp_s6mz6tyggq_comments.comment_ID FROM wp_s6mz6tyggq_comments WHERE ( comment_approved = '1' ) AND comment_post_ID = 272 ORDER BY wp_s6mz6tyggq_comments.comment_date_gmt ASC, wp_s6mz6tyggq_comments.comment_ID ASC