I have a template that generates SQL (triggers). The resulting files are .sql - I have verified that my template only has 0D0A. The compiled template shows \n. the resulting .sql files have 0A0A which makes management studio throw a gazillion syntax errors even though it displays correct.
I did a find replace 0A0A -> 0D0A and that sql executes, but i don't want to do that every time.
Thanks.
v2.0 8/14?