|
Azure SQL is software as a service (SaaS) and is typically updated by the Service Provider.
|
|
The Latin1_General_100_CS_AS_SC is a Windows collation. To form the collation, while installing SQL Server, perform the following steps:
1. In the Server Configuration tab, select the Collation sub-tab.
2. Click the Customize button. The Customize the SQL Server Database Engine Collation window is displayed.
3. Select Windows collation designator and sort order.
4. Select Latin1_General_100 from the Collation designator drop-down list.
5. Select the Case-sensitive, Accent-sensitive and Supplementary characters check boxes.
6. Click OK.
|
|
Do not grant DBA or Database Admin roles or privileges to Windchill database users.
|
|
The Connection property responseBuffering parameter is set to full instead of adaptive to enhance Windchill performance. As a result, the users who store files in the database are impacted. To mitigate this, PTC recommends the following:
• You must push the content to vaults. For more information about vaults, refer to Windchill Vault Configuration. Or set higher heap size for method server or background method server before performing upgrade blob rewrites.
• Alternatively, set the following properties in $(wt.home)/db.properties:
◦ wt.pom.dbConnectionPropertiesNameList=responseBuffering
◦ wt.pom.dbConnectionPropertiesValueList=adaptive
If a configuration uses name and value list for database connection, then append the name and value with comma separation. For example:
wt.pom.dbConnectionPropertiesNameList=<existing_names>,responseBuffering
wt.pom.dbConnectionPropertiesValueList=<existing_values>,adaptive
|