we have one db in the instance of SQLServer, which should be transferred to another instance (say dbname="testdb" with the user testuser ).
This transfer works easily when we use SQL Server Management Studio (backing up the database on the source computer and restoring it on the target machine).
The problem is that I cannot connect to testuser on the target machine. It is part of db, but not part of SQL Server login.
Now my question. How can I add a user from a database to SQL Server accounts?
Thanks in advance for any comments!
Cheers, Helmut
agez
source share