SQL Server/Web Server Stopped in middle while executing procedue

  • Hi All,

    I have written procedure which take around 20 mins to execute. What will happen if Web server or SQL Server that I am using get stopped in middle by any reason? I mean whether it will keep all the operations performed up to that time as it is or will revert to initial stage?

  • Depends (on the code) on the transactional blocks of your stored procedure.

    http://msdn.microsoft.com/en-us/library/ms190612(SQL.90).aspx

    ---------------------------------------------------------------------------------

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply