Rebuilding System Databases
Step#3 : Post Rebuild Steps
1. Apply the latest service pack and any applicable hot fixes.
2. Restore your current full backups of the master, model, and msdb databases.
NOTE: If you have changed the server collation, do not restore the system databases as it will replace the new collation with the previous setting.
3. If a backup is not available or if the restored backup is not current, re-create any missing entries. For example, re-create all missing entries for your user databases, backup devices, SQL Server logins, end points, and so on. The best way to re-create entries is to run the original scripts that created them (sole reason why change management is of great essence).
4. If the instance of SQL Server is configured as a replication Distributor, then restore the distribution database as well.
5. If required, move the system databases to the locations you recorded previously.
6. Verify the server-wide configuration values match the values you recorded previously.