"Login failed for user"
You get the error message, because you entered wrong credentials!? Sorry, with that less informations, I can't guess something else.
I guess connecting SSMS with the same credentials works?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
SSMS connected to my Azure SQL database. All is well except for getting an error trying to export data using the SQL Server Import and Export Wizard.
"Login failed for user"
You get the error message, because you entered wrong credentials!? Sorry, with that less informations, I can't guess something else.
I guess connecting SSMS with the same credentials works?
Hi @Jim Carlson
The error "Login failed for user" when exporting data from SQL Server Management Studio (SSMS) to an Azure SQL database can occur due to various reasons. In this case, it is likely that the login credentials provided to SSMS are incorrect or the user does not have the necessary permissions to perform the export operation. Here are some steps you can take to troubleshoot and resolve this issue:
Additionally, you can try exporting data using SQL Package
You can find detailed steps and information in the following blog: "Using SQLPackage: How to Import or Export SQL Server and Azure SQL DB."
Please let us know if you have any question or face any difficulties while exporting the database using package.
Thank you!