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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.