Forum Discussion
Remove leavers/users in SQL possible?
- 2 years ago
1) Remove user permission from reports (of folders) is not necesenary, if these peoples not working in company, then (I hope) their AD acccount are disabled or removed, and they cannot access.
2) Any modification in ReportServer database is not recommended, and not supported.
You can remove old users manually from GUI, or you can remove using REST API.
Hi lbendlin
From the Database "ReportServer". The default DB.
Best Regards
Brani
That's something you will want to do in the database. Data write back features in Power BI are pretty much non-existent.
- lbendlin2 years agoSuper User
You can run an Update or Delete query the same way you ran your Select query. In fact, it is considered good practice to create the Select query first so you will know how many rows will be affected by the destructive operations.