%@ Page language="c#" Codebehind="DeleteColumn.aspx.cs" AutoEventWireup="false" Inherits="SqlWebAdmin.Help.DeleteColumn" %>
<%@ Register TagPrefix="Toolbar" TagName="HelpHeader" Src="HelpHeader.ascx" %>
<%@ Register TagPrefix="Toolbar" TagName="HelpFooter" Src="HelpFooter.ascx" %>
When you choose to delete a column from the Columns 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 column is deleted, it cannot be undone.
Note: you cannot delete a column if it is the only column in the table. In this case, use "Delete Table" instead.