Cancelling a Delete Query

Viewed 11689

I executed this query that deletes 16 000 000 rows :

delete from [table_name] 

3 minutes after execution and no results, I cancelled the query.

Took a while to cancel, but in the end it said "Query Cancelled"

Does that mean that any of the 16 000 000 are deleted? Or are they still all there?

This is not the real query, I just used it for the example.

2 Answers
Related