All Tags »
Restore databas... »
Login (RSS)
Sorry, but there are no more tags available to filter with.
-
Hello Deacon.
It is very likely you need to run the following SQL for the restored DB
EXEC sp_change_users_login 'Update_One', 'innovator', 'innovator'
Explanation:
The backup of the DB you restored was created on another database server instance. Thus SQL Server login innovator had some id associated with that. Let's say that was 123. In ...