Aqua Data Studio seems to be generating the wrong Alter Script when modifying a table to add a Primary Key on MS SQL Server, which results in the attached error. Steps to reproduce:
-Navigate the Schema Tree to any created table.
-Right click the table and select Alter Table
-Add a Primary Key in the Constraint tab.
-Click Alter in the top left corner of the tool.
Case 00919429
|
93 KB
This clause was added by mistake when we added Azure Data Warehouse since some code is shared with SQL Server. See ScriptConstraint->scriptCREATE. Search for "NOT ENFORCED"
Issue #15875 |
New |
Completion |
No due date |
No fixed build |
No time estimate |
This clause was added by mistake when we added Azure Data Warehouse since some code is shared with SQL Server. See ScriptConstraint->scriptCREATE. Search for "NOT ENFORCED"