Hard Delete DataType

Hard Delete DataType

Comments

  • Hi,

    So I created “Database Structure” named “Billing” – which created actual table in sql server. I want to create same named “Entity” instead or “Database Structure” …I deleted “Billing” but table is not getting deleted.
    Not sure How to Hard delete the table in SQL…cause when trying to add entity now I am getting error that table already exists.
    Can you help me out?

    Thank you.

  • Hi,

    This is a safety thing to ensure that tables are not corrupted.
    If its really not being used, it should be ok to drop from database and then restart.

    We do not delete table because it might have important data in it.

    [i]edited by Brendan@decisions.com on 9/18/2019[/i]

Sign In or Register to comment.