1

I would like to have a function fire when a person has updated a Views query. What I mean by this is that when a SQL user has edited the view and saved it, I want the trigger to fire. NOT when a SQL user has run an UPDATE query against the view, to fire.

Is this possible? If so, can someone show me an example/point me in the right direction?

Thanks, Adam

AdamL
  • 12,421
  • 5
  • 50
  • 74
Adam Nygate
  • 325
  • 3
  • 14

1 Answers1

1

After doing some research, I believe what I need is a DDL trigger. If anyone has some examples of these, I'd be grateful :)

Adam Nygate
  • 325
  • 3
  • 14