Link to home
Start Free TrialLog in
Avatar of jholmes0724
jholmes0724

asked on

Setting up Notification on Table Structure Changes

Situation:
I currently have some SQL Server 2000 Tables that have triggers applied to notify the development team if any data is deleted, updated or inserted.  If they are we send out email notifications to let us know what data is changed.   But now they are asking us to setup the same type of process if the table structure is changed, i.e.  If a column name changes, or new column added or colum deleted or datatype changed.  Those are the types of changes we want to track.    Does anyone have some examples or explain what method this can be done?
ASKER CERTIFIED SOLUTION
Avatar of mustaccio
mustaccio
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jholmes0724
jholmes0724

ASKER

thanks, we have discussed doing that same thing but still want to see if anyone has a method to do this.
Avatar of Guy Hengel [angelIII / a3]
I have to confirm above. ..