Skip to main content

Data Warehouse

Planned

extend storage capacity of varchar(8000) to varchar(max) for warehouse

Vote (67) Share
Christoph Mettler's profile image

Christoph Mettler on 30 May 2023 11:45:19

The maximum string length of 8000 is often considered too short to store longer descriptive data or embed a JSON value within a text field in a database. Dividing the data into smaller chunks and store them across multiple text fields or in separate tables is unnecessarily cumbersome.

data types ref: CREATE TABLE - SQL Server | Microsoft Learn

Comments (5)
Christoph Mettler's profile image Profile Picture

Todd Chittenden on 27 Jun 2024 17:22:48

RE: extend storage capacity of varchar(8000) to varchar(max) for warehouse

I really wish Microsoft would work on BASIC and CORE functionality like this instead of the shiny "Ooooo and Ahhhhh" advanced stuff. I would take this over CoPilot integration 6 days a week and twice on Sundays! (This and IDENTITY columns, and PRIMARY KEY enforcement, etc. )

Christoph Mettler's profile image Profile Picture

Alexander Suddek on 15 May 2024 13:31:16

RE: extend storage capacity of varchar(8000) to varchar(max) for warehouse

How is this going? Its almost one year old..

Christoph Mettler's profile image Profile Picture

Koen Verbeeck on 15 May 2024 11:29:40

RE: extend storage capacity of varchar(8000) to varchar(max) for warehouse

Any updates on this? This is blocking the import of data from postgresql where json is stored in a column.

Christoph Mettler's profile image Profile Picture

Derek Williams on 04 Oct 2023 04:00:54

RE: extend storage capacity of varchar(8000) to varchar(max) for warehouse

Hope this gets resolved soon. I've noticed issues with shortcuts in lakehouses and field types that go beyond varchar(8000) are causing errors on the SQL endpoint.

Christoph Mettler's profile image Profile Picture

Bogdan Crivat on 14 Sep 2023 23:35:15

RE: extend storage capacity of varchar(8000) to varchar(max) for warehouse

We're working on this. We'll share details as soon as we have a clear timeline.