A user accidentally bulk added CSIs to a bunch of records that should not have them.
What is the safest way to bulk remove CSIs? Can I just delete the rows from T_CUST_ACTIVITY in SSMS?
They don't have any actions.
Are there any other tables connected to CSIs that I would need to worry about?
Thanks,
Shelly Binkley
Shelly Binkley (she/her) said:Can I just delete the rows from T_CUST_ACTIVITY in SSMS?
I've been deleting unwanted CSIs exactly that way, via a scheduled SQL Agent job, since 2013, with no ill effects.
I've also done this on occasion.