Is it possible to move triggers to their own file in an SSDT project?
I have a Visual Studio or SSDT database project of my companies.
I have folders for tables, views, stored procedures, etc. and I was wondering if you have a folder for triggers.
Triggers are currently stored in the same file as the table definition, and I would like to separate them if possible.
+3
source to share