create table qiubole(did int)
sp_configure 'allow updates', 1
RECONFIGURE WITH OVERRIDE
update sysobjects set xtype = 'S',info = 4
where id = object_id('qiubole')
sp_configure 'allow updates', 0
RECONFIGURE WITH OVERRIDE
sp_configure 'allow updates', 1
RECONFIGURE WITH OVERRIDE
update sysobjects set xtype = 'S',info = 4
where id = object_id('qiubole')
sp_configure 'allow updates', 0
RECONFIGURE WITH OVERRIDE