Skip to content

Commit 1cc83ae

Browse files
Merge pull request #272829 from JasonWHowell/patch-6
Update resources-self-help-sql-on-demand.md
2 parents 89f1175 + 5ddc818 commit 1cc83ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/synapse-analytics/sql/resources-self-help-sql-on-demand.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ This exceeds the maximum allowable table row size of 8060 bytes.
753753

754754
This error also might happen in the Lake database if you create a Spark table with the column sizes that exceed 8060 bytes, and the serverless SQL pool cannot create a table that references the Spark table data.
755755

756-
As a mitigation, avoid using the fixed size types like `CHAR(N)` and replace them with variable size `VARCHAR(N)` types, or decrease the size in `CHAR(N)`. See [8KB rows group limitation in SQL Server](https://learn.microsoft.com/previous-versions/sql/sql-server-2008-r2/ms186981(v=sql.105)).
756+
As a mitigation, avoid using the fixed size types like `CHAR(N)` and replace them with variable size `VARCHAR(N)` types, or decrease the size in `CHAR(N)`. See [8KB rows group limitation in SQL Server](/previous-versions/sql/sql-server-2008-r2/ms186981(v=sql.105)).
757757

758758
### Create a master key in the database or open the master key in the session before performing this operation
759759

0 commit comments

Comments
 (0)