Forget the master. I think you should get your hands dirty with code. The script below prints all the trigger code and saves it in a table. Just copy Script print output or get it from #triggerFullText.
USE YourDatabaseName GO SET NOCOUNT ON; CREATE TABLE
pkmiec
source share