<tfoot id='LrWew'></tfoot>
      <bdo id='LrWew'></bdo><ul id='LrWew'></ul>
    <i id='LrWew'><tr id='LrWew'><dt id='LrWew'><q id='LrWew'><span id='LrWew'><b id='LrWew'><form id='LrWew'><ins id='LrWew'></ins><ul id='LrWew'></ul><sub id='LrWew'></sub></form><legend id='LrWew'></legend><bdo id='LrWew'><pre id='LrWew'><center id='LrWew'></center></pre></bdo></b><th id='LrWew'></th></span></q></dt></tr></i><div id='LrWew'><tfoot id='LrWew'></tfoot><dl id='LrWew'><fieldset id='LrWew'></fieldset></dl></div>

      <small id='LrWew'></small><noframes id='LrWew'>

      <legend id='LrWew'><style id='LrWew'><dir id='LrWew'><q id='LrWew'></q></dir></style></legend>

      1. SQL Server - 列顺序重要吗?

        SQL Server - Does column order matter?(SQL Server - 列顺序重要吗?)

        • <bdo id='9mTvw'></bdo><ul id='9mTvw'></ul>
            <i id='9mTvw'><tr id='9mTvw'><dt id='9mTvw'><q id='9mTvw'><span id='9mTvw'><b id='9mTvw'><form id='9mTvw'><ins id='9mTvw'></ins><ul id='9mTvw'></ul><sub id='9mTvw'></sub></form><legend id='9mTvw'></legend><bdo id='9mTvw'><pre id='9mTvw'><center id='9mTvw'></center></pre></bdo></b><th id='9mTvw'></th></span></q></dt></tr></i><div id='9mTvw'><tfoot id='9mTvw'></tfoot><dl id='9mTvw'><fieldset id='9mTvw'></fieldset></dl></div>
          • <legend id='9mTvw'><style id='9mTvw'><dir id='9mTvw'><q id='9mTvw'></q></dir></style></legend>

                  <tbody id='9mTvw'></tbody>
              1. <tfoot id='9mTvw'></tfoot>

                <small id='9mTvw'></small><noframes id='9mTvw'>

                  本文介绍了SQL Server - 列顺序重要吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  在性能和优化方面:

                  • 在 SQL Server 中构建表时,列的顺序是否重要?
                  • 如果我的主键是第一列,这有关系吗?
                  • 在构建多字段索引时,列是否相邻有关系吗?
                  • 使用 ALTER TABLE 语法,是否可以指定我想在什么位置添加列?
                    • 如果没有,我如何将一列移动到不同的位置?

                    推荐答案

                    在 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 - 列顺序重要吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                    本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Maximum stored procedure, function, trigger, or view nesting level exceeded (limit 32)(超出最大存储过程、函数、触发器或视图嵌套级别(限制 32))
                  How to debug stored procedure in VS 2015?(如何在 VS 2015 中调试存储过程?)
                  How to find a text inside SQL Server procedures / triggers?(如何在 SQL Server 程序/触发器中查找文本?)
                  SQL Server stored procedure return code oddity(SQL Server 存储过程返回码奇怪)
                  Conditional SQL ORDER BY ASC/DESC for alpha columns(alpha 列的条件 SQL ORDER BY ASC/DESC)
                  Export stored procedure result set to Excel in SSMS(在SSMS中将存储过程结果集导出到Excel)
                  1. <legend id='lCzXK'><style id='lCzXK'><dir id='lCzXK'><q id='lCzXK'></q></dir></style></legend>
                      <tbody id='lCzXK'></tbody>
                      <bdo id='lCzXK'></bdo><ul id='lCzXK'></ul>

                        • <small id='lCzXK'></small><noframes id='lCzXK'>

                        • <tfoot id='lCzXK'></tfoot>
                          <i id='lCzXK'><tr id='lCzXK'><dt id='lCzXK'><q id='lCzXK'><span id='lCzXK'><b id='lCzXK'><form id='lCzXK'><ins id='lCzXK'></ins><ul id='lCzXK'></ul><sub id='lCzXK'></sub></form><legend id='lCzXK'></legend><bdo id='lCzXK'><pre id='lCzXK'><center id='lCzXK'></center></pre></bdo></b><th id='lCzXK'></th></span></q></dt></tr></i><div id='lCzXK'><tfoot id='lCzXK'></tfoot><dl id='lCzXK'><fieldset id='lCzXK'></fieldset></dl></div>