Your feedback is highly appreciated! Let's make Vertabelo even better.

+15
Færdig

Selective Table SQL generation

Raymond Gigliotti 11 år siden opdateret af anonymous 9 år siden 3
Have the ability to select multiple tables (already done) and then click the SQL button which generates only the tables and their related objects.
0

Calculated Fields

Marko Frntić 9 år siden 0

Vertabelo is great but it's missing Computed Columns feature, at least in SQL Server projects.

So Calculated Columns are created like this (Inventory), and I really think that implementing this feature for you is not a big trouble.

CREATE TABLE dbo.Products
(  
    ProductID int IDENTITY (1,1) NOT NULL  
  , QtyAvailable smallint  
  , UnitPrice money  
  , InventoryValue AS QtyAvailable * UnitPrice  
);

Full documentation on https://msdn.microsoft.com/en-us/library/ms188300.aspx

0
Besvaret

Modify Database

Bhaskar G 9 år siden opdateret 9 år siden 2

Once I generate SQL and create my database, is it possible to generate "modification" sql, which might involve saving old data and re-inserting in new tables?

0
Besvaret

change user name and email id

Samir Agarwal 9 år siden opdateret 9 år siden 2

I want to chane the user name and emil ID of sachin@rawalinfocom.com to cto@rawalinfocom.com

0
Færdig

Is there a way to simply duplicate a diagram?

Pierce Colman 9 år siden opdateret af anonymous 9 år siden 1

I just want to create a separate iteration for a phase of my database diagram. Is there a way I can literally just copy it without exporting sql and reverse engineering the import?

Svar
anonymous 9 år siden

Yes, you can do this with 3 clicks. Just go to "Documents", then right-click on the model you want to duplicate and choose "Make a copy" option.

Another way to do the same is to select the model as before and click on "copy" icon on the top bar.

0
Besvaret

Is it possible to add an associative entity?

Fredrik Hullberg 9 år siden opdateret af anonymous 9 år siden 1

I want to create a Certificate entity, and want the SQL to be coded as an associative entity. Is there an existing tool for this?

Svar
anonymous 9 år siden

Vertabelo operates on a physical model, not logical. You need to create an association table on your own.

0
Besvaret

Vertab Client : do not connect

khampol VCHID 9 år siden opdateret af Rafał Strzaliński (Senior Engineer) 9 år siden 2

can u tell : ports required ? firewall config ? ....

0
Færdig

how do i add the mandatory symbols in vertabello? i'm using crow's foot notation

Karabo Koosimile 9 år siden opdateret af Rafał Strzaliński (Senior Engineer) 9 år siden 1

how do i add the mandatory symbols in vertabello? i'm using crow's foot notation

0
Besvaret

Confirmation Email

Cynthia Rosas 10 år siden opdateret af iomarg 9 år siden 6
Ever since I created my Vertabelo account, I have never received the email message where I conform my email address. I've clicked the "Resend Confirmation" link too many times to count and nothing. Any suggestions on how to get it?
+5

Allow importing / creating stored procedures

Todd Robinson 9 år siden 0

So far, I'm pretty impressed with the features that this modeling tool offers. There are a few minimum things that I think are missing which could make it even better. When doing an import from MSSQL, I'd like to have it save the stored procedures / triggers / functions / etc at the very least in the section where it will run after the generated model. If you wanted to exceed all my expectations, these could also be stored as objects in the model, and decorated so that you could see dependencies. Looking at the XML, you could add entities for Procedures, Triggers, Functions and store them accordingly.

Kundesupport af UserEcho