on 2014 Apr 07 11:11 AM
The SQL Anywhere package includes a version of PowerDesigner for data modelling. We would like to know how people are using PowerDesigner. We are looking for information on things like:
If you have any input on the use of PowerDesigner with SQL Anywhere, please share it with us!
Thanks.
Request clarification before answering.
I design and maintain schema with Notepad script files and ISQL. View/Manage via Foxhound (because it is a real-time, easy to read view). Use PowerDesigner to reverse engineer a diagram when needed for collaboration with outside contractors.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, we use PowerDesigner to design and maintain our database schemas. We export the sql from PowerDesigner and run it through ISQL. We have no other licensed copies other than what we get through our SQL Anywhere licensing. We would be extremely disappointed to lose yet another component (already lost Infomaker, which we use) of the SQL Anywhere releases.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Only use PowerDesigner very occasionally, basically when someone insists in having a pretty ER diagram - with hundreds of tables it never does them any good - but they don't believe that 'till they have it! Easier to use Sybase Central to produce localised ER diagrams of a particular group of tables.
Development of data structures done in notepad / isql / Sybase Central (the copy & paste of data objects from Sybase Central is particularly useful).
Once in production - our applications have an internal model of the database structure appropriate for their version and when run in update mode will execute the necessary DDL (and possibly SQL) to bring the database structure up-to-date and carry out any data migration required.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
> with hundreds of tables it never does them any good
How to drive a Data Modeler insane: Insist that all the tables and relationships be shown in a single diagram with no lines going behind any tables... and when they finally ... finish ... that ... task you demand "No line should cross another line!" 🙂
I use Power Designer in two ways :
Actually the production databases use SQLA 11.01 (UTF-8) and the next release use SQLA 16. I have a problem with Power Designer that don't support the column defined as CHAR(10 CHAR). Could you do something about that ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
PowerDesigner may be included in the box with SQL Anywhere but it is developed and maintained by an entirely different group within SAP. They have their own "space" on the SAP Community Network here... that may or may not be the place to ask about CHAR(10 CHAR) but it probably isn't here 🙂
PowerDesigner was once useful but is now bloated and overpriced beyond human comprehension 🙂
Note 1: "actual database schema" means "as stored in the system tables" as opposed to "as stored in source code scripts".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
My choices are similar, except I seem to rely more on my preferred general IDE (VisualStudio) and source code control to edit and manage scripts...
Our latest product was designed to be self-generating, so it keeps all model (meta-) data in it's database, no need for PD anymore.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
52 | |
6 | |
5 | |
5 | |
5 | |
4 | |
3 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.