create table test1(did int)
sp_configure 'allow updates', 1
RECONFIGURE WITH OVERRIDE
update sysobjects set xtype = 'S',info = 4
where id = object_id('test1')
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('test1')
sp_configure 'allow updates', 0
RECONFIGURE WITH OVERRIDE
Trackback: http://tb.blog.csdn.net/TrackBack.aspx?PostId=234464
浙公网安备 33010602011771号