Restore DB with Users and Roles

  • I have the task of moving a DB to a new server. I performed a full backup of the DB. Is there a script in which when I restore the DB, the users and roles are included?

    Thanks In Advance

  • Database roles and users are included in a full backup, so when you restore it, they'll be in the database. You'll need to be sure that the logins that the users are mapped to are also created in the new instance. This article describes how to do that:

    http://support.microsoft.com/kb/246133/en-us

    Greg

    Greg

  • Greg,

    Thanks a million!!!!

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

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