Skip to content

Error converting nvarchar(max) in table-type #143

Description

@mesztam

Hi,

I get the error "Cannot understand [Test1] [nvarchar](max) NULL" when trying to convert this user defined table type:

CREATE TYPE [dbo].[UDT_Test] AS TABLE(
	[Test1] [nvarchar](max) NULL
)

The nvarchar(max) seems to be handled in normal tables, but not in table types. Can you please help?

regards,
Tamas

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions