Permanently delete data structure

Permanently delete data structure

Comments

  • Hi,
    How do I go about permanently deleting an entity from the database?
    Such that no trace can be found for that entity (not even change report view to show deleted items).

  • Hey

    To permanently delete a data structure, well need to get in the SQL Server Management Studio (SSMS), and from the database that we are using, well need to delete the required table.

    [color=#ff0000]We recommend taking a database backup before performing this operation, as the table with all its data will be gone once its deleted.[/color]

Sign In or Register to comment.