Currently, I'm having problem with copying a local database to a remote SQL Server. Here is the error message:
Execute SQL Server Agent Job: TITLE: Copy Database Wizard ------------------------------ The job failed. Check the event log on the destination server for details. ------------------------------ BUTTONS: OK ------------------------------
And also when I checked the SQL Log File, here is the error message:
Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'. Reason: Could not find a login matching the name provided.
How to fix this issue?
Thanks in advance.