Friends,
I have a requirement to change/set the owner name while creating a template table. I do not want to use default owner name which is DBO. This is possible to do for individual template tables but I am looking to set a different owner name as a default Owner.
The scenario is I have six different modules in a project and for all 6 different modules I do not want to create 6 different databases in SQL Server. Rather, I will create 6 different schemas which allows to create tables with same names for more than one modules in a single database as I will be referring the table name among with its schema name.
Would appreciate if you could let me know if there is any option in BODS to change the default owner name from DBO to any other name.
Thanks !