Forum Discussion

DennesTorres's avatar
DennesTorres
Power Participant
3 years ago
Solved

Schema on lakehouse sql endpoint

Hi, A SQL Endpoint in a lake house allow us to create schemas. The tables from the lakehouse are automatically in the DBO schema, but we can create new schemas. Is there anyway to include the t...
  • puneetvijwani's avatar
    3 years ago

    DennesTorres  It seems to be same limitations that we use to have in Synpase analytics -- lake databases 
    Reference Text:

    Custom SQL objects in lake databases

    Lake databases allow creation of custom T-SQL objects, such as schemas, procedures, views, and the inline table-value functions (iTVFs). In order to create custom SQL objects, you MUST create a schema where you will place the objects. Custom SQL objects cannot be placed in dbo schema because it is reserved for the lake tables that are defined in Spark, database designer, or Dataverse.

     

    Link :
    https://learn.microsoft.com/en-us/azure/synapse-analytics/metadata/database