I'm working on a project where I've taken an already existing SQL database in Azure and enabled Enterprise Geodatabase functionality. Following ESRI documentation, my database administrator created a login/user for me to use as the geodatabase administrator. Now what I'm wanting to do is create feature classes and link them to already existing tables in the Geodatabase with relationship classes. However, I am unable to do so because I am not the owner of the existing tables in the database. The existing tables in the database are named in the following format: databasename.dbo.tablename and my feature classes are named databasename.myusername.tablename. I know if I have dbo privledges, then I can create the relationship classes. However, how is this accomplished in Azure? My db admin and I have gone through all of the ESRI and Microsoft docs with no luck.
We've tried giving 'dbmanager' privileges to my user, but for some reason it's not putting dbo in the new table names. Are we missing something?
Thanks,
Michael