I accidentally imported my entire corporate LDAP user database into my Crucible-Fisheye instance, which makes user management extremely difficult.
I want to do a bulk delete of all users who have never actually used the system (less than 150 of the ~10k loaded users have ever actually used the system). Is the best way to do this via SQL scripts? I am in the process of creating a local group that contains everyone who has ever registered activity, so I could just delete all users not in that group, but I'm worried about linkages between tables and the best way to do it.
Any suggestions on how to get this done, I'm a SQL novice other than generating simple queries, so all help would be much appreciated.