Announcements
No record found.
Thanks for your reply. I agree we can turn the value from 0 to 1 in field enabled. For e.g.
Update userinfo set enable=1 // this statement will enable all the users in table.
But our situation is a bit tricky. We don’t want to enable all the users. We have a list of users that needs to be enabled.
We're thinking to run a sql script before database refresh, and the output of script should be run on database after refresh to enable only users which was enabled before DB refresh. Can this be achieved by sql script?
update UserInfo set Enable = 1
update UserInfo set Enable = 1 From UserInfo join userGroupList On userGroupList.USERID = UserInfo.ID AND userGroupList.GROUPID = 'Test'
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Stars!
We are thrilled to have these Champions in our Community!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Giorgio Bonacorsi 669
André Arnaud de Cal... 445 Super User 2026 Season 1
Syed Haris Shah 331 Super User 2026 Season 1