I have some scalar functions in my Model database which are created in any new database I create in MSBut if I create a new database via DDT it does not seem to use model.
I see where one adds an SP or UDF to the package. But what if you have a lot of UDFs or other procs that I want to have available in all new DDT databases, is there a DDT way to create have all of those be part of every new DDT deployment ?
I'm suspecting there is a way to package a bunch of scripts as part of the DDT package and have them run by DDT after deployment ??
If not, I would suspect all of this is a pretty standard ER??