Possible Duplicate:
T-SQL (2005/2008) Stored Procedure Execution ‘atomic’?
Does MS SqlServer guarantee execution of an entire stored procedure (until the END statement) or is there a possibility of having that stored procedure executing only partially (due to power cut for example)?
