在更改表时获取安全性错误

时间:2015-01-12 11:30:20

标签: sql sql-server

我有一张名为borrowlist的表。当我尝试删除列时,我得到错误,其中包含:

Cannot find the object "borrowlist" 
Because it does not exist or you do not have permissions."

查询:USE测试

alter table borrowlist DROP column MEMBERFULLNAME

0 个答案:

没有答案