We're giving away 30 tickets for FREE! Share your story, your vision, or your hustle and tell us why YOU deserve a ticket.
Apply nowWin a FREE 3 Day Ticket to FabCon Vienna. Apply now
Is it possible to import to SQL server synonyms? Currently only tables and views are showing as options.
Solved! Go to Solution.
Hi @IeuanG ,
As far as I'm aware, if you can query something in SQL then you can import it into Power Query using the Native Query connection, for example:
Therefore, we can query sys.synonyms to get the information you need:
Pete
Proud to be a Datanaut!
Hi @IeuanG ,
As far as I'm aware, if you can query something in SQL then you can import it into Power Query using the Native Query connection, for example:
Therefore, we can query sys.synonyms to get the information you need:
Pete
Proud to be a Datanaut!