Hi,
how can we use GetTableSql() and DropAndCreateDdl() with Non-Clustered Primary Key, but clustered index?

We‘ve tables with a Clustered Index, but a Non-Clustered Primary Key.
The functions return the Primary Key and the Index as Clustered. So it isn‘t possible to create the table, because only one Clustered Index/Key is possible.

Regards,
Dietmar