Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: nvarchar(max)

    Thanks so far!

    I'll be back another time, maybe tomorrow.

    I now have to think how to make it clear what I want.

  • RE: nvarchar(max)

    Obviously, we don't understand each other, so I'll try it this way.

    I created the table Uitvoering

    CREATE TABLE [dbo].[uitvoering](

    [uitvoering_key] [int] IDENTITY(1,1) NOT NULL,

    [uitv_code] [nvarchar](100) NULL,

    [model_key] [int] NULL,

    [uitv] [nvarchar](75) NULL,

    [beschrijving] [nvarchar](max) NULL,

    [create_timestamp]...

  • RE: nvarchar(max)

    you probably mean that I should separate the values in the nvarchar(max) column by , or ;?

    for example: ABS, Airbag, Centr. deurvergr.

Viewing 3 posts - 1 through 3 (of 3 total)