M
Mauricio@BVFG
Hi Gurus,
Since there are to many resources showing up in the Resource views I decided
to do some cleanup. I found out I have inactive resources with no assignments
that are counting a license each - my CFO will be happy if I delete these
from the DB.
I came with the following SQL statement
delete from msp_web_resources where wres_is_enabled = '0' and
wres_count_license = '1' and wres_id not in (select distinct wres_id from
msp_web_assignments)
Is this a valid approach?
Thanks
Mauricio
Since there are to many resources showing up in the Resource views I decided
to do some cleanup. I found out I have inactive resources with no assignments
that are counting a license each - my CFO will be happy if I delete these
from the DB.
I came with the following SQL statement
delete from msp_web_resources where wres_is_enabled = '0' and
wres_count_license = '1' and wres_id not in (select distinct wres_id from
msp_web_assignments)
Is this a valid approach?
Thanks
Mauricio