Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
AJAJ
Helper IV
Helper IV

SSMS - Fabric WAREHOUSE SQL endpoint - NOT grouped by OBJECT TYPE instead by Schema.

Hi there,

Wondering if there are possible alternative solutions for the below. Not sure if im the only one thinking feeling this way or everyone is happy with set up on the left and prefer to traverse thru N number of clicks to see objects from different schema.

 

AJAJ_0-1774277782354.png

 

17 REPLIES 17
v-sshirivolu
Community Support
Community Support

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 ,

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

 

v-sshirivolu
Community Support
Community Support

Hi @AJAJ ,
I would also take a moment to thank @PraveenVeli 
, for actively participating in the community forum and for the solutions you’ve been sharing in the community forum. Your contributions make a real difference.
 

I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions

 

Hi @AJAJ ,

I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions.

@v-sshirivolu had already replied to all the comments. Issue remains unresolved with no working solution. 

RajeshM
Advocate I
Advocate I

During Fabcon, they presented this is a new feature of SSMS. While it looks great, I prefer the Tables,views grouping instead, especially when queries span multiple schemas.

PraveenVeli
Advocate I
Advocate I

Hi @AJAJ , You can just enable and disable it on the fly by using this option.

PraveenVeli_0-1774531946930.png

 

@PraveenVeli Thanks for pointing it out. Never knew there is a button like that.

Anyway - is this a bug on SSMS 2022.4.1?

AJAJ_0-1774534613845.png

 




I don't know if it's expected behavior in SSMS or a bug. In VS Code I can group objects by type or by schema for Fabric Warehouses, but for SSMS Microsoft documentation on Fabric Warehouse display says objects are grouped by schema by default. I can't find a way to change that in SSMS for Fabric Warehouses right now. I'll keep researching, but if you need to view them by object type, VS Code is the better option I know of.

 

https://blog.fabric.microsoft.com/en-US/blog/ssms-22-meets-fabric-data-warehouse-evolving-the-develo...

 

 

 

 

AJAJ
Helper IV
Helper IV

Thanks @deborshi_nag i got excited and got bummed. I dont want to group by schema as mentioned in the original post. I want to group by object type since its already grouped by schema.
 
i want to see fabric warehouse tables to be listed out like the below which is not in the current case even though the box is not checked. are you seeing fabric warehouse without grouped by schem? if you could share screenshot that would be helpful. 

  dbo.table1
   schema1.table2



AJAJ_0-1774284222062.png

 

@AJAJ I am using SSMS 19.3, and yes I don't see them grouped by schemas. In the screenshot a1_warehouse is a Fabric sample warehouse - ref and sales are schemas.  

 

deborshi_nag_0-1774294579661.png

 

I trust this will be helpful. If you found this guidance useful, you are welcome to acknowledge with a Kudos or by marking it as a Solution.

@deborshi_nag do you think you could run this  and share.

select @@VERSION

Microsoft Azure SQL Data Warehouse (RTM) - 12.0.2

I trust this will be helpful. If you found this guidance useful, you are welcome to acknowledge with a Kudos or by marking it as a Solution.

@deborshi_nag Thanks. I guess once you upgrade SSMS to 20+ you might see objects getting group by schema for fabric warehouses / lakehoues like the left side of the screenshot.

I will see if anyone else is able to get SSMS to go by object name instead of schema name. Thanks for your time. As of now issue is still unresolved.

Can you share a screenshot of how Object Explorer appears when you untick the "Group objects by schema" option? Please restart the application when you have changed the setting. 

 

I trust this will be helpful. If you found this guidance useful, you are welcome to acknowledge with a Kudos or by marking it as a Solution.

@deborshi_nag  using the latest SSMS 22 available as of 03/25/2026

 

AJAJ_0-1774449590394.png

 When i connect to "SQL Server" i see table 

  dbo.table1
   schema1.table2

but when connected to fabric warehouse it still shows grouped by schema. as showed in screenshot top left most of this thread and its frustrating.
 
doesnt matter if the below is unchecked. 
AJAJ_1-1774449894368.png

 

deborshi_nag
Resident Rockstar
Resident Rockstar

Hello @AJAJ 

 

Actually there is indeed a setting in SSMS, and it controls how you want to group your objects. Starting with SSMS 22.4.1, Object Explorer can toggle schema-grouping for any SQL database. 

 

Tools > Options > SQL Server Object Explorer > General > “Group objects by Schema”. 
 
If it’s OFF, you’ll see the “SQL Server classic” style i.e. like this
 
Tables
   dbo.table1
   schema1.table2
 
Here's the page where you'll find the detail -
 
I trust this will be helpful. If you found this guidance useful, you are welcome to acknowledge with a Kudos or by marking it as a Solution.

Helpful resources

Announcements
FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Fabric Update Carousel

Fabric Monthly Update - March 2026

Check out the March 2026 Fabric update to learn about new features.