Forum Discussion

nikhil_kumbhare's avatar
nikhil_kumbhare
New Member
2 years ago

The external policy action 'Microsoft.Sql/Sqlservers/Databases/Schemas/Tables/Create' was denied

Hi All,

New to Fabric and Power BI using Trial version of fabric. 

Created few workspaces including Lakehouse and warehouse. Tried to create a table using simple statement in available warehouses but getting below error message:

Started running query at line 1
The external policy action 'Microsoft.Sql/Sqlservers/Databases/Schemas/Tables/Create' was denied on the requested resource.
Msg 368, Level 14, State 1, Code line 1
Statement ID: {D09E01E2-894E-4604-813D-026F88D8C580}
Msg 24528, Level 0, State 1, Code line 1
 
SQL Query:
CREATE TABLE [dbo].[V_Date]
(
    [DateID] int NOT NULL,
    [Date] date NULL
);
 
Thanks in advance for anwering this simple question. 
 

7 Replies

  • jflo08's avatar
    jflo08
    Frequent Visitor

    I have had a similar issue, and unforuntately I still haven't found a resolution for creating a SQL query to manualy create a table in my warehouse. What I was able to do though for my metadata was create a warehouse only. It might be a good option to use only a warehouse if really you don't need a lakehouse functionality.