Separate triggers from tables
Please give option for DML trigger changes be tracked separately from tables. It's very annoying trying to support and enhance a trigger-heavy inherited database that needs an extensive trigger optimizations. It doesn't allow me to isolate and rollback my changes very easily ... and branching and integrating - ha! This was almost a big enough deal to send me to ApexSQL... alas, I am regretting my decision these days. It seems people have been requesting this feature in Source Control and Compare for a while... please stop pushing it aside - it's frustrating. Thanks
-
Moshe Alfih commented
I noticed the RedGateDatabaseInfo seems to have such foresight, but alas it doesn't work. Here is an excerpt:
<?xml version="1.0" encoding="utf-8"?>
<DatabaseInformation Version="2">
<WriteToFileOptions>
<Prefixes>
<None>
</None>
<Table>Tables</Table>
<Trigger />
</Prefixes>
<DataWriteAllFilesInOneDirectory>True</DataWriteAllFilesInOneDirectory>
</WriteToFileOptions>
</DatabaseInformation>