I am trying to move from an old database server 2005 with several dbs. to a new
SQL SERVER 2012 R2 clustered environment. I am new to SQL Server 2012.
I created an always on availability group with two replicas (Servers S1 and S2). When I restored the databases from a backup of the SQL Server 2005 to the primary replica, I noticed some of my database users have become orphaned. How do I resolve this issue and also ensure that when I failover to the secondary replica, the database users are not orphaned.
Grateful for any help.
AJB_29