I would like to create an SQL function that will be deployed in a schema other than DBO.
I found a post where a workaround with post build script is explained.
How to force dbo schema name?
I could use the above mentioned solution, but i kinda feel there should be something more civilized that that. Some parameter settings maybe, or attribute.
Thank you
There are two options to achieve what you want:
So if you want it put in a different schema you either use a connection with your target schema as default schema or configure the project settings accordingly...
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With