Deleting a Backup Database Parent topic

Procedure

  • Drop the database imss_bak by running the following SQL script:
    drop database imss_bak
    go