-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Milestone
Description
Doing inserts on tables that contain computed columns fails:
Attaching code for the table-schema used in this context:
CREATE TABLE ultorgtest.testtable( [Id] [int] IDENTITY(1,1) NOT NULL, [Code] AS (CONVERT([nvarchar](128),([SystemName]+'-')+CONVERT([nvarchar](7),[Id]))) PERSISTED NOT NULL, [SystemName] [nvarchar](96) NOT NULL, [Name] [nvarchar](128) NOT NULL, [CreatedBy] [nvarchar](100) NULL, [ModifiedBy] [nvarchar](100) NULL, [CreatedOn] [datetime] NOT NULL, [ModifiedOn] [datetime] NOT NULL CONSTRAINT [PK_testcode] PRIMARY KEY CLUSTERED ( [Code] ASC ) )
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

