This Question is not a duplicate of this another question
Resultset column width in Management Studio
I am not looking to expand a column based on result value.
I am looking to expand column based on column header text.
Besides, it works on one version and not on another version.
我在下面有简单的查询
选择'test column data'testcollengthyname,3434'testid'
当我在sql 2014管理工作室上运行时
Microsoft SQL Server Management Studio 12.0.5000.0
Microsoft Analysis Services Client Tools 12.0.5000.0
Microsoft Data Access Components (MDAC) 10.0.14393.0
Microsoft MSXML 3.0 5.0 6.0
Microsoft Internet Explorer 9.11.14393.0
Microsoft .NET Framework 4.0.30319.42000
Operating System 6.3.14393
我得到了这个结果
当我在另一台机器上的sql 2014管理工作室上运行时
Microsoft SQL Server Management Studio 12.0.4100.1
Microsoft Analysis Services Client Tools 12.0.4100.1
Microsoft Data Access Components (MDAC) 10.0.14393.0
Microsoft MSXML 3.0 6.0
Microsoft Internet Explorer 9.11.14393.0
Microsoft .NET Framework 4.0.30319.42000
Operating System 6.3.14393
我将列名截断为...
此版本的管理工作室中是否有设置允许我查看没有截断列名的结果?