Notifications
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.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Martin Dráb 611 Most Valuable Professional
André Arnaud de Cal... 529 Super User 2025 Season 2
Sohaib Cheema 285 User Group Leader