何らかの理由で、Azure から新しい BACPAC をインポートできません。古いものはまだ輸入できます。これは私が得るエラーメッセージです:
Internal Error. The internal target platform type SqlAzureV12DatabaseSchemaProvider does not support schema file version '3.1'.
この解決策を試しましたが、すべての設定が既にデフォルトに設定されているため、役に立ちませんでした。最新のSSMS Previewもダウンロードしましたが、インポート時に他のエラーが発生します。
Warning SQL0: A project which specifies Microsoft Azure SQL Database v12 as the target platform may experience compatibility issues with SQL Server 2014.
Error SQL72014: .Net SqlClient Data Provider: Msg 102, Level 15, State 1, Line 1 Incorrect syntax near 'Admin'.
Error SQL72045: Script execution error. The executed script:
CREATE DATABASE SCOPED CREDENTIAL [Admin]
WITH IDENTITY = N'Admin';
Error SQL72014: .Net SqlClient Data Provider: Msg 319, Level 15, State 1, Line 2 Incorrect syntax near the keyword 'with'. If this statement is a common table expression, an xmlnamespaces clause or a change tracking context clause, the previous statement must be terminated with a semicolon.
Error SQL72045: Script execution error. The executed script:
CREATE DATABASE SCOPED CREDENTIAL [Admin]
WITH IDENTITY = N'Admin';
SSMS 2014 CU6 がインストールされています。
どんな助けでも大歓迎です!ありがとうございました!