Currently, all User-Defined Types (UDTs) are grouped together. To improve organization and align with SQL Server and SSMS conventions, consider splitting UDTs into subdirectories/subcategories following the SSMS hierarchy:
- Programmability > Types >
- User-Defined Data Types
- User-Defined Table Types
- User-Defined Types
- XML Schema Collections
This change will make the structure more intuitive for SQL Server users and better reflect database concepts.
Currently, all User-Defined Types (UDTs) are grouped together. To improve organization and align with SQL Server and SSMS conventions, consider splitting UDTs into subdirectories/subcategories following the SSMS hierarchy:
This change will make the structure more intuitive for SQL Server users and better reflect database concepts.