Hello,
Does somebody knows a complete solution for resolving the following issues
when moving or copying a database to another sql server?
- when attaching the moved database, i have orphan users. So i use the
sp_help_revlogin to re-create those users. This works ok.
- when attaching a database which has roles and permissions defined, the
only thing that gets fixed are the logins.
I hope somebody has faced this problem before and can give me a solution.