Procedures Execution vs DB Backup

  • Let me know

    While DB backup in progress if I ran procedure is it any impact(on execution time) on procedure?

    Kishore KK.

  • There will be an impact on the proc basically because more resources are used while taking a back up. IO is higher, CPU might be higher. So there will be. But nothing out of the ordinary will happen. If you are asking about if an Insert will fail and all that, The answer would be a NO. Everything will work fine, except that there are addtional recourse usage.

    -Roy

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

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