100字范文,内容丰富有趣,生活中的好帮手!
100字范文 > sql 更改Table 字段名称 长度 类型

sql 更改Table 字段名称 长度 类型

时间:2020-04-15 19:00:14

相关推荐

sql 更改Table 字段名称 长度 类型

更改column时有可能遇到问题。貌似权限问题:

saving changes is not permitted. The changes you have made require the following tables to be dropped and re-created. you have either made changes to a table that can't be re-created or enabled the option prevent saving changes that require the table to be re-created.

执行类似语句可以解决:

alter table ImportUserData alter column SolutionName nvarchar(500)

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。