2011-05-23 115 views
2

当我想通过SQL Server Management Studio Express更改SQL Server Express 2008 R2数据库中现有表的列属性时 - 它不允许我。在SQL Server Management Studio中更改SQL Server数据库中的列索引

我可以查看属性,但它们全部变灰,我没有找到任何东西来丢弃它。我刚刚从Access迁移,我想知道这是不是可能的(表中已经有数据 - 但我可以删除并创建新列)或者我是否缺少某些东西。

+0

看到它是有益的,解决这一问题 http://stackoverflow.com/questions/6121884/sql-server-2008-cannot-insert-new-column-in-the-middle-position-and -change-DAT – 2012-02-27 10:12:15

+0

看到它是有用的,解决了我的问题 http://stackoverflow.com/questions/6121884/sql-server-2008-cannot-insert-new-column-in-the-middle-position -and-change-dat – 2012-02-27 10:14:21

回答

8

右键单击表格并选择“设计”而不是展开列,右键单击列并选择“属性”。

+0

哦。很感谢! – Nicolas78 2011-05-24 10:14:38

相关问题