Hello.
I've Composed custom tables with the new Component/Migration approach in V8 which has been awesome and easy to understand. One of the benefits of this method is that you can deploy the code to various development environments and you'll be confident that they will all be in sync.
So my question is: can/should I do the same for relational views?
I could of course just run up SQL Server manager and do it from there but thought I would just ask if anyone has any thoughts or experience on the matter.
Creating a database view...
Hello. I've Composed custom tables with the new Component/Migration approach in V8 which has been awesome and easy to understand. One of the benefits of this method is that you can deploy the code to various development environments and you'll be confident that they will all be in sync.
So my question is: can/should I do the same for relational views?
I could of course just run up SQL Server manager and do it from there but thought I would just ask if anyone has any thoughts or experience on the matter.
is working on a reply...