Morning all, quick SQL/database maintenance query:
If I'm deleting interfaces from dbo.Interfaces with SQL 'delete' commands will the overnight maintenance job automatically tidy up all the other data associated with those interfaces when it sees them not being monitored any more? I'm specifically thinking of all the data in dbo.InterfaceTraffic_[Daily|Detail|Hourly], dbo.InterfaceErrors_[Daily|Detail|Hourly] and dbo.InterfaceSignalNoise_[Daily|Detail|Hourly]
(Oh, and as a quick addendum: if I delete a node will all it's interfaces (and the stuff I mentioned up there) also get cleaned up?)