新建表时,提示已存在对象
消息 2714,级别 16,状态 6,第 4 行
数据库中已存在名为 'QuestionMultiChoice' 的对象。
用sp_help查看,结果如下:

这个东西的类型是primary key cns,不知道是个什么东西,怎么才能删除?
------解决思路----------------------
select * from sysobjects where name ='QuestionMultiChoice'
-- 看看 xtype 这列,是什么东东?
select * from sysobjects where name ='QuestionMultiChoice'
-- 看看 xtype 这列,是什么东东?