1

何らかの理由で、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 がインストールされています。

どんな助けでも大歓迎です!ありがとうございました!

4

2 に答える 2

0

新しい SQL Server Management Studio https://msdn.microsoft.com/en-us/library/mt238290.aspxを使用していることを確認してください

于 2016-04-30T00:37:26.270 に答える