Making your Biml files less complex
Marco Schreuder
In this blog post I discussed some ways to make you Biml files less complex. You can move (semi)-static content to other files and import them with the include directive or use the CallBimlScript function. And you can move parts of complicated Biml code to T-SQL. The choice of how much you will move to T-SQL will largely depend on your proficiency in C# or T-SQL.
published 11.19.14
last updated 11.19.14
Comments
There are no comments yet.