Submitting forms on the support site are temporary unavailable for schedule maintenance. If you need immediate assistance please contact technical support. We apologize for the inconvenience.
MS Azure SQL DB partitioned table and PK index DDL show up incorrectly in table Script tab
설명
In Azure SQL DB, a partitioned table with a partitioned PK index shows the correct DDL in SSMS (SQL Server Management Studio), but incorrect DDL in Toad Data Point (currently using v5.6). Specifically, the partitioning scheme info is not shown, and the ALLOW_ROW_LOCKS and ALLOW_PAGE_LOCKS have incorrect values (they say OFF, which is not the default, whereas they should say ON). The impact of this issue is that the DDL pulled from Toad produces the incorrect result. It will create a non-partitioned table, and will not have the appropriate row/page lock settings. See attached document for details.
로그인 필요
프리미엄 기술 문서를 보려면 로그인해야 하며 최신 유지 관리 계약이 있어야 합니다.