Forum Discussion

uk-roberto92's avatar
uk-roberto92
Frequent Visitor
6 months ago
Solved

Problem sourcing data in Fabric, not in SQL

Hi,   I am trying to source some data from a SQL table in Fabric service. I can access the table via SQL SSML, but not via Fabric, with the same user, getting the following error: The SELECT perm...
  • Olufemi7's avatar
    6 months ago

    Hello uk-roberto92,

     

    Fabric queries run in the context of the gateway database, so even if your user works in SSMS, it needs explicit permissions in the target database. Grant SELECT on the table (or add the user to db_datareader) in yyyyy, then fully qualify the table in Fabric (yyyyy.dbo.table). This resolves the permission error.