Hello. I have a program that creates it's own user in SQL. A new SQL server was just added to our domain and I am moving our databases to this server.
I am using our program to create a specific SQL login and receive the error: The Server Principal 'MyUserName' already exists.
I have checked sys.server_principals, but the 'MyUserName' principal is not listed. Any ideas on what I can check?
I am using our program to create a specific SQL login and receive the error: The Server Principal 'MyUserName' already exists.
I have checked sys.server_principals, but the 'MyUserName' principal is not listed. Any ideas on what I can check?