Work around SQL Server maximum columns limit 1024 and 8kb record size

前端 未结 7 1159
北海茫月
北海茫月 2020-12-01 05:46

I am creating a table with 1000 columns. Most of the columns are nvarchar type. Table is created, but with a warning

Warning: The t

7条回答
  •  一整个雨季
    2020-12-01 06:21

    There are limits for each row in SQL server.

    http://msdn.microsoft.com/en-us/library/ms143432.aspx

    gives details

提交回复
热议问题