|
I am migrating a set of databases to a new SQL Server instance. Backing up and restoring the databases worked just fine, as did migrating logins with sp_help_revlogin however none of the permissions for the logins were preserved. Is there a way to migrate the permissions along with the logins?
(comments are locked)
|
|
The permissions should be with the databases. Perhaps you've lost the association between the server logins and the database users. See if their SIDs are different. If so you can fix them with
or
OK, thanks. Actually, the problem is that the 'View Server State" permission did not get migrated although all the other permissions did. Any thoughts? Thanks Again...
Nov 24 '09 at 07:37 PM
noblethraher
(comments are locked)
|

