Is there an easy way to tell which import specs are currently being used and which ones aren't? I have an inherited database that has a bunch of import specs and I'm sure at least some of them are no longer being used, so I would like to clean them up. The reason for the spring cleaning is that I'm trying to export to the specs to another database and I'm getting an error that says "Not all of the import specs could be imported due to name conflicts" Since I need to fix some anyway, I figured I would clean out old ones so I'm not correcting ones that aren't needed anyway.