Skip to content

Instantly share code, notes, and snippets.

@fraga
Created July 12, 2011 15:40
Show Gist options
  • Save fraga/1078228 to your computer and use it in GitHub Desktop.
Save fraga/1078228 to your computer and use it in GitHub Desktop.
Updating userinfo database information AX 2012 after restoring contoso
update userinfo
set
networkdomain = 'YourDomain',
networkalias = 'YourAlias',
SID = 'YourSID'
where ID = 'Admin'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment