简体   繁体   中英

Visual Studio 2019 Export result from Azure Database failed

I am getting the following error while trying to export the loadtest result using Visual Studio 2019 and the result is stored in Azure database.

SQLState = 37000, NativeError = 40515 Error = [Microsoft][SQL Server Native Client 11.0][SQL Server]Reference to database and/or server name in is not supported in this version of SQL Server.

FYI, SQL Server 12 is installed on the local machine.

enter image description here

I am trying to export the load test result from here.

enter image description here

As I understand, the load test results database is now in Azure SQL database, now you want to export the database 'load test result' from VS.

Not very clear about how you get the error and what you have did, just from the error message, the error happened when connect to the Azure SQL database.

在此处输入图片说明

As the loadtest result database is in Azure SQL database, Visual Studio Server Explorer doesn't support import/export task.

Please use SSMS as instead: 在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM