Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用该命令查看 Sql Server 2008中表的结构时alt+F1,结果窗口中的列顺序与创建表时的顺序相同。我们不能更改以按字母顺序排列结果吗?
alt+F1
你可以看看信息架构视图(Transact-SQL)
您可能还想看看这篇有用的文章
SQL Server 故障排除提示和技巧