How to enable userid of axapta from sql query analyzer

select * from USERINFO where  ID = 'userid'

update USERINFO set ENABLE = 1 where ID = 'userid'

update USERINFO set SID = 'write correct SID' where ID = 'userid'

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.