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

0

CAPTCHA

koal 3 weeks ago 0

Image 1524

i have no idea what's wrong. i have tried with many codes, still not working :/

0

Temporal Tables

Eden Ravenwood 4 weeks ago 0

Is it possible to flag a table as a Temporal Table as defined in MS SQL Server 2016 and later?

Temporal tables are declared with the following syntax:

CREATE TABLE Department
(
DeptID INT NOT NULL PRIMARY KEY CLUSTERED,
DeptName VARCHAR(50) NOT NULL,
ManagerID INT NULL,
ParentDeptID INT NULL,
ValidFrom DATETIME2 GENERATED ALWAYS AS ROW START NOT NULL,
ValidTo DATETIME2 GENERATED ALWAYS AS ROW END NOT NULL,
PERIOD FOR SYSTEM_TIME (ValidFrom, ValidTo)
)
WITH (SYSTEM_VERSIONING = ON)
;

The bold elements define the table as a Temporal table (Temporal tables - SQL Server | Microsoft Learn)

I can get the WITH clause using the 'WITH options' under additional properties for the table, and I can create 'ValidFrom' and 'ValidTo' columns of type datetime2, but I can't see a way to set the properties of those columns to correctly apply GENERATED ALWAYS AS ROW START and GENERATED ALWAYS AS ROW END, or to apply the PERIOD FOR SYSTEM_TIME (ValidFrom, ValidTo) property.  I can probably use a text macro in notepad++ on the generated SQL to add this but it would be nice if it was supported in Vertabelo?

+1

Databricks integration

Maciej 1 month ago 0

Hi Team,
do you have in your product development plans integration with Databricks (datatypes, table properties, informative constraints)

0

Please update snowflake datatypes!

Bruno Cavestro 1 month ago 0

TIMESTAMP_NTZ is not in standard data type nor
binary with precision ...
impossible to load SQL script from snowflake :(

0

Boost Your Career With Our ServiceNow ITOM Training

vivan sai 1 month ago 0

Unlock new career opportunities by mastering ServiceNow ITOM Training ! Our comprehensive training equips you with the knowledge and skills needed to excel in modern IT operations, enabling you to deliver optimized, automated IT services.

Key Learning Areas

  • Service Discovery: Learn to automatically map and monitor your IT infrastructure.
  • Event Management: Gain expertise in handling real-time event data for proactive IT operations.
  • Orchestration: Master workflow automation to improve efficiency and reduce manual tasks.
  • Cloud Management: Understand how to manage hybrid environments seamlessly.

Why Choose Us?

Our expert-led training combines theoretical knowledge with hands-on experience, ensuring you're ready to tackle real-world challenges. Whether you're an IT professional looking to upskill or an organization aiming to improve service delivery, our ServiceNow ITOM training provides the tools for success. Start today and transform your career!

4o mini

0

Please add our school domain to Your academic account whitelist

Daniel Kunert 2 months ago 0

Hello!
Could you please add the domain kerschensteinerschule.de (Public Vocational School Center in stuttgart, Germany) to the white list of Educational Institutions (public high schoo) so that my database students can create an account?
Thank you very much.

0

academic account

Erik Sneyder Plata Arias 2 months ago 0

Hello my account ends in @ustabuca.edu.co from santo tomas university bucaramanga colombia, meaning that my email address is definitely an academic email address, but it won't let me create an academic account

0

academic account

Jon 2 months ago 0

Hello my account ends in @uniriotec.br from the Brazilian Federal University Unirio (unirio.br) and "tec" because it's the technology school, meaning that my email address is definitely an academic email address, but it won't let me create an academic account. Can you help me with this? Thanks. 

0

Add my university to whitelist

joao pinto 2 months ago 0

I would like to request that the Federal University of Mato Grosso (UFMT - Brazil) be added to the whitelist so that my Computer Engineering students can use your software in their Database Modeling classes.

Website: https://www.ufmt.br/

0

What are the key features of SAP FICO in financial reporting and management?

sai chinnu 3 months ago 0

I am looking to understand the main functionalities and benefits of SAP FICO (Financial Accounting and Controlling) in streamlining financial processes, such as accounts payable, accounts receivable, asset accounting, and cost center accounting. How does it contribute to more effective financial reporting and internal cost control within an organization?