I have a table with this structure:
Create Table dbo.DoesNotMakeSense
(
Id Int Not Null Identity (1, 1),
Name NVarChar(100),
CreationDate DateTime Not Null,
Constraint PK_DoesNotMakeSense Primary Key Clustered (Id Asc)
)
On [Primary]...
asked by
15.03.2018 / 01:18