Activity overview
Latest activity by misaksen
Cannot format temporal table syntax
I get a "Value cannot be null. Parameter name: Start" when trying to format the following code:
CREATE TABLE TemporalTable
(
ID INT PRIMARY KEY
);
GO
-- Error shows up here if formatting each state...