Delete An Assettree
Hi All.Deleting an asset manually like "SQL DELETE FROM tblAssets WHERE AssetID = 1234567890;". Does it delete the whole tree (means all depending tables where AssetID = 1234567890 match) or do I have to delete every single table entry? If I have to ...