I moved a database from a Dev to a QA server. The ID associated with the database is still present, and is a schema owner (owns all the tables). I tried to add the user to the SQL Server instance, which it does, however it doesn't map the same id from the server to the specific database. Instead, if I try to specify access (read/write) to the database for that ID, it gives me an error stating that the ID already exists. I cannot seem to be able to grant read/write access for the ID in the database.
Does anyone know what I may be doing wrong?
-Ovatvvon :-Q
Does anyone know what I may be doing wrong?
-Ovatvvon :-Q