Hello,
I can't search in PWD, because I'm only conceptual and logical modeller.
Until today, our DBA modifies the physical model graphically, but he adds columns manually in SQL Server without to use PWD functions to create DDL code.
His answ...
Hello,
I would like to know if there is a difference between the "Paste as link" and "Create as synonym" functions (sorry if the translation is not correct I use the French version of PWD. I can see the same result in my model.
Thanks.
I change employer and I’m quit Oracle Data Modeler to use PowerDesigner. In my old life with Oracle, I always started my projects only with a logical model, but my new colleagues want to use conceptual models. We don’t use LM, we send to DBA the CM a...
Hello,
I have three entities (Entite_1, Entite_2, Entite_3).
Each entity is related to Entite_4.
Each entity has a PK. Now each PK is a FK in Entite_4.
I would like to know how, in the conceptual model, can I create a unique index in Entite...
ok, I thought so.But if I want to explain to the designer of LDM or PDM, that I want a unique index on Entite_4 (Attribut_1, Attribut_4, Attribut_7), how can I do?
Thank you for your help Ondrej. And for the attributes, it's the same process but with another class?Can we find the repository data model in the PowerDesigner documentation?In our repository, we have two branches: DEV and PROD. For a model it's easy...
Thank you for your answer Ondrej,I create this query to have the list of entities, but I don't understand how to use PMRLSH for my needs.SELECT distinct ent.NAME
FROM [dbo].[PMOBJT] ent INNER JOIN [dbo].[PMOBJT] mod
ON ...
Hi George, thank you for your answer....and can I create this Excel file from the models that are already in the repository, but without glossary? In this case I'll be able to reuse old names.Thanks