Authentication issues when trying to Migrate Data using VS Code from SQL server
Hi,
I am trying to migrate data from our SQL database which is on one virtual machine to another virtual machine on the same network using VS code and Node JS. I keep getting authentication errors. On the SQL server the error is “Login failed for user ‘xxxx’. Reason: Could not find a login matching the name provided. [CLIENT: xxx.xxx.xx.xx]”. The user details entered are correct and I am admin on the SQL Server. I have checked all permissions.
Event ID: 18456
Hi, I am trying to migrate data from our SQL database which is on one virtual machine to another virtual machine on the same network using VS code and Node JS. I keep getting authentication errors. On the SQL server the error is “Login failed for user ‘xxxx’. Reason: Could not find a login matching the name provided. [CLIENT: xxx.xxx.xx.xx]”. The user details entered are correct and I am admin on the SQL Server. I have checked all permissions. Event ID: 18456 Read More