Large number of "logical reads" on single row delete
Hi, When deleting a row by its PrimaryKey from a table, I get about 44472 logical reads. Now the table has 5-6 child tables that link their ForeignKeys to the PK of the table I want to delete from. I'm not sure what to do to improve the performance of the delete. Any suggestions ? Edit : I added the queryplan for the delete http://...