Hi, Is it possible to know by how much the DB grows when a particular process is completed in the application - like for e.g. if I want to know by how much the DB grows everytime a user takes a test - is it possible ? I know what are the tables that get rows inserted and I can find the bytes taken by an average row for all these tables. What about the index size ? Is there a way to calculate that too ?

Thanks.