Viewing post 1 (of 2 total)
I've fixed this.
sp_configure 'allow updates', 1
reconfigure WITH OVERRIDE
delete from syspermissions where grantee = 0 and id = <objectID>
sp_configure 'allow updates', 0
thanks all
February 7, 2007 at 5:03 pm
#688438