Does backup cover everthing when restored, in all situations?

  • When a restore is done from a backup from another server, onto an existing database in another SQL Server, (database name on both servers are the same); does it overwrite 100% of everything(SP, keys, Constraints, Statistics etc) over the existing database? Is there anything else we need to carry from 1st server to 2nd server for this database?

    I guess when it is restored as a new Database (not overwriting over an existing one), then it will be straight-forward and will carry over everything from the original source database.

    Thanks

    Dan.

  • The database backup includes everything from the original database.

    What you don't get is things such as logins which are server level items and, typically, these are in the master database.

  • Thanks happycat59

  • You need also to script and transfer all database related jobs, SSIS packages, operators, and alerts.

    All of this things are server level objects and will not transfer with database backup/restore.

  • Sergey, Got it! thx.

Viewing 5 posts - 1 through 4 (of 4 total)

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