I am new to SQL triggers scripting. Right now, I want to write a trigger firing when someone modify a create or alter statement in table definition in SQL Server and saved.
Can someone please tell me what can make this happen and what kind of trigger should I research on?
So far I have only read some dml triggers tutorial and it's not quite alike to what I want.