Create Table Test1 (DID INT)
sp_configure 'allow updates', 1
Reconfigure with override
Update sysobjects set xipe = 's', info = 4
Where id = Object_id ('Test1')
sp_configure 'allow updates', 0