在性能和优化方面:
在 SQL Server 2005 中,可空可变长度列的放置会影响空间 - 将可空可变长度列放置在定义的末尾可以减少空间消耗.
In SQL Server 2005, placement of nullable variable length columns has a space impact - placing nullable variable size columns at the end of the definition can result in less space consumption.
SQL Server 2008 添加了SPARSE"列功能,消除了这种差异.
SQL Server 2008 adds the "SPARSE" column feature which negates this difference.
参见 这里.
这篇关于SQL Server - 列顺序重要吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!