How many columns are too many for a SQL Server 2005 table?

后端 未结 10 2256
渐次进展
渐次进展 2020-12-31 10:39

I have a request to allow a dynamic table to have 1000 columns(randomly selected by my end users). This seems like a bad idea to me. It\'s a customizable table so it will

10条回答
  •  悲&欢浪女
    2020-12-31 11:04

    That is too many. Any more than 50 columns wide and you are asking for trouble in performance, code maintenance, and troubleshooting when there are problems.

提交回复
热议问题