|
Azure SQL 是軟體即服務 (SaaS),通常由服務提供者更新。
|
|
Latin1_General_100_CS_AS_SC 是 Windows 定序。欲在安裝 SQL Server 時形成定序,請執行下列步驟:
1. 在 Server Configuration 標籤中,選取 Collation 子標籤。
2. 按一下 Customize 按鈕。「自訂 SQL Server 資料庫引擎定序」視窗隨即顯示。
3. 選取 Windows collation designator and sort order。
4. 從 Collation designator 下拉清單中選取 Latin1_General_100。
5. 選取 Case-sensitive、Accent-sensitive 與 Supplementary characters 核取方塊。
6. 按一下「確定」。
|
|
請勿授與 DBA 或資料庫管理員角色或 Windchill 資料庫使用者的權限。
|
|
連線內容 responseBuffering 參數被設定為「完全」,而非「自適應」以增強 Windchill 效能。因此,在資料庫中儲存檔案的使用者會受到影響。為緩解此情況,PTC 建議:
• 您必須將內容推送至儲存庫。如需有關儲存庫的詳細資訊,請參閱 Windchill 儲存庫組態。或在升級 blob 重寫前,為應用伺服器或背景應用伺服器設定較高的堆積大小。
• 或在 $(wt.home)/db.properties 中設定下列內容:
◦ wt.pom.dbConnectionPropertiesNameList=responseBuffering
◦ wt.pom.dbConnectionPropertiesValueList=adaptive
如果組態使用名稱和值清單來進行資料庫連線,那麼名稱與值將被附加逗號分隔符。例如:
wt.pom.dbConnectionPropertiesNameList=<existing_names>,responseBuffering
wt.pom.dbConnectionPropertiesValueList=<existing_values>,adaptive
|