%@ Page language="c#" Codebehind="DeleteTable.aspx.cs" AutoEventWireup="false" Inherits="SqlWebAdmin.Help.DeleteTable" %>
<%@ Register TagPrefix="Toolbar" TagName="HelpHeader" Src="HelpHeader.ascx" %>
<%@ Register TagPrefix="Toolbar" TagName="HelpFooter" Src="HelpFooter.ascx" %>
When you choose to delete a table from the Tables page, you are asked to confirm whether to proceed with the delete operation. Click "Yes" to complete the deletion and "No" to cancel the deletion. Once a table is deleted, it cannot be undone.