Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagesql
select * from Model.DeviceDeletionQueue


To view all the data that is deleted

select * from model.DeviceDeletionDiagnostics with (nolock)


Note

The Delete can still be used in the UI as the same stored procedure runs when you confirm the deletion from the UI.

...