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  

Trackback: http://tb.blog.csdn.net/TrackBack.aspx?PostId=234464


posted on 2007-01-10 16:35  mbskys  阅读(146)  评论(0)    收藏  举报