...
Code Block | ||
---|---|---|
| ||
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. |
...