is there any impact or limitation on the azure SQL database, where data and entities from CRM dynamics have been replicated using data export service, if an additional schema and views are created in that azure sql database?
e.g.
CRM replicates dbo.contact, dbo.account and other tables into the Azure sql database, using the data export service.
and
we also create a separate schema [e.g. call 'MyDummySchema", and a view "CRMContactView") where we can build a specific query on dbo.contact, as example; and query from that MyDummySchema.CRMContactView object instead of the dbo.contact.
Is there any documentation stating that impact or no impact?
Many thanks
Juan