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

The Fabric community is upgrading! Read all of the details including the timeline and what you can expect. Learn more

Reply
smpa01
Community Champion
Community Champion

Accessing external server

@AntrikshSharma @AlexisOlson 

 

How can I use T-SQL OPENDATASOURCE/OPENROWSET between two different AZURE SQL servers (stemming from 2 diiferent datamarts) to facilitate cross-server query

 

In db2 I am doing this and It is not working

 

 

 

 

SELECT 
  * 
FROM 
  OPENDATASOURCE(
    'SQLNCLI', 'Data Source=blahblahblah.datamart.fabric.microsoft.com;Integrated Security=SSPI'
  ).db_powerbiprodnam_xxxx_yyyy_zzzz.model.dim_country //.db.schema.table 

SELECT 
  * 
FROM 
  OPENDATASOURCE(
    'MSOLEDBSQL', 'Server=blahblahblah.datamart.fabric.microsoft.com;  Database=db_powerbiprodnam_xxxx_yyyy_zzzz;TrustServerCertificate=Yes;Trusted_Connection=Yes;'
  ).model.dim_country 

SELECT 
  * 
from 
  OPENROWSET(
    'SQLNCLI', 'Server=blahblahblah.datamart.fabric.microsoft.com;Trusted_Connection=Yes', 
    db_powerbiprodnam_xxxx_yyyy_zzzz.model.dim_country
  ) as d

 

 

 

 

 

Thank you in advance.


========================
Did I answer your question? Mark my post as a solution!
Proud to be a Super User
My Custom Visualization Projects
• Plotting Live Sound: Live Sound
• Beautiful News: Women in Parliament, Energy Mix, Shrinking Armies
• Visual Capitalist: Working Hrs
• Others: Easing Graph, Animated Calendar
MayViz Submissions
• Week 1: View
• Week 2: View
• Week 3: View
• Week 4: View
========================
2 REPLIES 2
AntrikshSharma
Community Champion
Community Champion

I think @lbendlin might be the right person for this.

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

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.