2017-02-03 51 views
2

當從本地sql服務器2016導入數據庫時​​,來自azure bacpac文件我geting下面的錯誤。錯誤導入Azure bacpac文件到本地數據庫錯誤不正確的語法附近EXTERNAL

Error SQL72014: .Net SqlClient Data Provider: Msg 102, Level 15, State 1, Line 1 Incorrect syntax near 'EXTERNAL'. 
Error SQL72045: Script execution error. The executed script: CREATE EXTERNAL DATA SOURCE [BoxDataSrc] 
    WITH (
    TYPE = RDBMS, 
    LOCATION = N'MYAZUREServer.database.windows.net', 
    DATABASE_NAME = N'MyAzureDb', 
    CREDENTIAL = [SQL_Credential] 
    ); 

(Microsoft.SqlServer.Dac)

+1

你有沒有研究過如何解決這個問題? –

回答

相關問題