I have a Table in SQL DB which I know it has a very large number of WRITES into it per day, at the same time our Database often timeout due to insufficient amount of Memory and CPU (it's called DTU, in Azure terminology)
I am wondering how much CPU, Memory can our DB saves if this table were to be completely dropped? Is there a way to calculate the cost of all READS/WRITES agains a specific table in SQL Server?