Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×We have a user that is no longer here at our company. But majority of the pages are assigned to this user. And our upper management would want it changed over to someone else. There must be a way to do this.....? Someone please help.
Or provide a working SQL query code.
@SidYes I tried following this exact guide.
I tried to run:
update content set creator = (select user_key from user_mapping where lower_username = '<newlowerusername>')
where creator = (select user_key from user_mapping where lower_username = '<oldlowerusername>');
But it gives me an error:
Msg 208, Level 16, State 1, Line 1
Invalid object name 'content'.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.