0

I have a stored procedure which truncate all tables of my database. I want to trace the truncate for each table. So that if it fails somewhere, I could see where it is stopped and which tables are truncated successfully.

I created an Audit but it's for a single database. I don't know how to create an Audit for all databases.

Abdul
  • 2,002
  • 7
  • 31
  • 65

1 Answers1

0

you can create DDL triggers, Hope it can fulfil your requirement.