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

0

Calculated Fields

Marko Frntić 9 лет назад 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
Отвечен

Modify Database

Bhaskar G 9 лет назад обновлен 9 лет назад 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
На рассмотрении

Your file is not valid with our XSD

hamza özder 9 лет назад обновлен 9 лет назад 2

I get this error message while I try to add my old xml doc. I made it with vertabelo in 2015

Ответ
Adam Mościcki 9 лет назад

Hello,


Please send your XML file to our email address: contact@vertabelo.com


Best regards,

Adam


0

If auto-logged out, please make it so logging back it will take me directly back to the project I was working on

Eric Norcross 9 лет назад 0

Currently, if my computer goes to sleep or I'm otherwise auto logged off, I'm required to log back in and navigate back to the project I was working on. I would be great if logging back in would take me directly there (or better yet, don't auto log me off and allow me to just reconnect and pickup where I left off)

0
Отвечен

change user name and email id

Samir Agarwal 9 лет назад обновлен 9 лет назад 2

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

0
Завершен

Is there a way to simply duplicate a diagram?

Pierce Colman 9 лет назад обновлен anonymous 9 лет назад 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?

Ответ
anonymous 9 лет назад

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
Отвечен

Is it possible to add an associative entity?

Fredrik Hullberg 9 лет назад обновлен anonymous 9 лет назад 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?

Ответ
anonymous 9 лет назад

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

0
На рассмотрении

How do I show a report to be requested in a diagram

kane smith 9 лет назад обновлен anonymous 9 лет назад 1

How do I show in a database design diagram that I want a daily report to be ran?


Thank you all for your help in advance.

0

Generate to other type of data model, such as Logical and Physical

Qonita Salimah 9 лет назад 0
0
Отвечен

Vertab Client : do not connect

khampol VCHID 9 лет назад обновлен Rafał Strzaliński (Senior Engineer) 9 лет назад 2

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

Сервис поддержки клиентов работает на платформе UserEcho