When you are deleting data in SQL Query Analyzer, and at the middle of deleting you cancelled it.... are there deleted data already? lmk thanks...
If you use cursor for deleting and no transactions then data are deleted. If you use single delete statement, then no, nothing is deleted. To find out the answer to such questions you can always test it yourself.