Change of schema

0
How can i change the name of the schema when i connect the database . By default it is coming as [dbo]. Could someone help here. Thanks in advance!      
asked
1 answers
1

From your schema name, it looks like you are using MS Sql Server. 

I think, this is something SQL Server defines not by Mendix. Look in the below link for SQL server schemas. 

https://docs.microsoft.com/en-us/dotnet/framework/data/adonet/sql/ownership-and-user-schema-separation-in-sql-server

Mendix by default supports PostgresSQL on their hosting. So, if you are self hosting with MS SQL server, this is something you must look in at your hosting with your DBA. 

https://stackoverflow.com/questions/15482838/change-schema-name-of-table-in-sql

I am not sure if this is a question for Mendix forum. 

answered