Hi,
Diagrams created with Microsoft SQL Server Management Studio have their default schema set to dbo. It seems that there is no way to set another schema when creating a diagram.
For tables,
alter schema NewSchemaName transfer dbo.TableName
moves a specified table to the new schema. But the same command does not work for diagrams.
Is it possible to change the schema once the diagram created?