建立伺服器連線檔案 (AccessToSQL)
伺服器資訊可以在指令檔的伺服器區段中指定, 也可以在個別的伺服器連線檔案中指定。 伺服器連線檔案的命令列參數為 -c <serverconnectionfile>
。 如果指令碼和伺服器連線檔案中都有相同的伺服器識別碼,則系統會考慮指令碼檔案中的伺服器定義。
<!--Sample of server connection file commands -->
<!--Connection to SQL Server-->
<sql-server name="target_3">
<sql-server-authentication>
<server value="$TargetServerName$"/>
<database value="$TargetDB$"/>
<user-id value="$TargetUserName$"/>
<password value="$TargetPassword$"/>
<encrypt value="true"/>
<trust-server-certificate value="true"/>
</sql-server-authentication>
</sql-server>
<!--Connection to SQL Azure-->
<sql-azure name="target_azure">
<server value="$TargetAzureServerName$"/>
<database value="$TargetAzureDB$"/>
<user-id value="$TargetAzureUserName$"/>
<password value="$TargetAzurePassword$"/>
</sql-azure>
伺服器連線檔案驗證
使用者可以根據「Schemas」資料夾中所提供的結構描述定義檔 「A2SSConsoleScriptServersSchema.xsd」 輕鬆驗證伺服器連線檔案。
後續步驟
操作主控台的下一個步驟是執行 SSMA 主控台 (AccessToSQL)