Hi, I am trying to update a sid field of a database I moved from another server. using
update sys.syslogins
set sid=0x1E05CBC760218744B42F05FD36E6E333 where name = 'WORKSITEMP'
I am getting this error:
Msg 259, Level 16, State 1, Line 1
Ad hoc updates to system catalogs are not allowed.
what do I need to do? I have read numberious solutions online and nothing has worked. Please help!!!
Thanks Mack
update sys.syslogins
set sid=0x1E05CBC760218744B42F05FD36E6E333 where name = 'WORKSITEMP'
I am getting this error:
Msg 259, Level 16, State 1, Line 1
Ad hoc updates to system catalogs are not allowed.
what do I need to do? I have read numberious solutions online and nothing has worked. Please help!!!
Thanks Mack