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

Join the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now

Reply
LucaFe
Regular Visitor

Sort Table in Process Table(s) in Microsoft SQL Server Management Studio

Hi everyone, 

I am currently developing a model. In this model I have two tables linked by the following relations:
TableA *<--->1 TableB
In TableA there is a calculated column based on a column of TableB, and the DAX function RELATED permits to get the column of TableB in TableA. 
When I process the model on azure, I get a memory error if TableA is processed before TableB. 
By default, the Process Table(s) panel in Microsoft SQL Server Management Studio sorts TableA before TableB, while alphabetically and in the Model.bim file TableA is after TableB. How can I modify the default ordering of the panel Process Table(s)? and what is the logic of the default sorting method?2021-03-03_181014.png

Thank you for reading the quest and I hope that someone is able to help me.
 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

@LucaFe 

I doubt change the order would make any difference, for OutOfMemoryException you may refer to the workaround provided in the official document.

 

Exception when you execute a query - SQL Server | Microsoft Docs

 

 

Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
LucaFe
Regular Visitor

@Anonymous Thank you for your reply, you were right it was not a problem of processing the table, probably it was bad luck on my tests. The problem solved by itself. 

Anonymous
Not applicable

@LucaFe 

I doubt change the order would make any difference, for OutOfMemoryException you may refer to the workaround provided in the official document.

 

Exception when you execute a query - SQL Server | Microsoft Docs

 

 

Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

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.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

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