在 SQL Server 2005 中安全地修改复制列的数据类型?
我将执行什么命令来安全地更改(即从 int 到 bigint)SQL Server 2005 中复制列的数据类型?
该列不是键。 该列上有一个非聚集索引。
What command would I execute to safely change (i.e. from int to bigint) a replicated column's data type in SQL Server 2005?
The column is not a key. There is a non-clustered index on the column.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
来自 BOL:
From BOL: