Forum Discussion
SSMS - Fabric WAREHOUSE SQL endpoint - NOT grouped by OBJECT TYPE instead by Schema.
- 4 months ago
Hi AJAJ ,
Thanks for the patience. In SSMS 22.4.1 and newer, Object Explorer supports grouping objects by type (classic view: Tables, Views, Stored Procedures) or by schema. You can configure grouping behavior in SSMS settings under Tools - Options - SQL Server Object Explorer - General - Group objects by Schema.
If the Object Explorer view in SSMS doesn’t display objects exactly as you prefer, you can use system catalog views to list objects with type and schema information. For example, you can query sys.objects or INFORMATION_SCHEMA.TABLES / INFORMATION_SCHEMA.VIEWS to see all database objects along with their types and schemas. Additionally, the Fabric portal Data Explorer provides a graphical interface to browse warehouse objects and schemas.
For feature requests or enhancements, you can submit feedback via the Fabric Feedback portal.
Refer These Docs
https://learn.microsoft.com/en-us/ssms/object/open-and-configure-object-explorer
https://learn.microsoft.com/en-us/fabric/data-warehouse/connectivity
https://learn.microsoft.com/en-us/sql/relational-databases/system-catalog-views/sys-objects-transac…https://learn.microsoft.com/en-us/sql/relational-databases/system-information-schema-views/tables-t…
Hi AJAJ ,
Thanks for the patience. In SSMS 22.4.1 and newer, Object Explorer supports grouping objects by type (classic view: Tables, Views, Stored Procedures) or by schema. You can configure grouping behavior in SSMS settings under Tools - Options - SQL Server Object Explorer - General - Group objects by Schema.
If the Object Explorer view in SSMS doesn’t display objects exactly as you prefer, you can use system catalog views to list objects with type and schema information. For example, you can query sys.objects or INFORMATION_SCHEMA.TABLES / INFORMATION_SCHEMA.VIEWS to see all database objects along with their types and schemas. Additionally, the Fabric portal Data Explorer provides a graphical interface to browse warehouse objects and schemas.
For feature requests or enhancements, you can submit feedback via the Fabric Feedback portal.
Refer These Docs
https://learn.microsoft.com/en-us/ssms/object/open-and-configure-object-explorer
https://learn.microsoft.com/en-us/fabric/data-warehouse/connectivity
https://learn.microsoft.com/en-us/sql/relational-databases/system-catalog-views/sys-objects-transac…
https://learn.microsoft.com/en-us/sql/relational-databases/system-information-schema-views/tables-t…
- v-sshirivolu4 months agoCommunity Support
Hi AJAJ ,
I hope the above details help you fix the issue. If you still have any questions or need more help, feel free to reach out. We’re always here to support you