Deleting Columns and Parameters    A few types of objects appear in Schema View , even though you cannot delete them from Schema View . The examples are columns in a table and parameters of a stored procedure or function. Both these types of objects appear in Schema View  so that you can better understand the table, procedure, or function without having to open its definition. However, each column and parameter is defined within the file that defines the entire table, procedure, or function. To delete these items, you must modify the definition for the table, procedure, or function.      To delete a column from a table              If Schema View  does not appear, open the View  menu, point to Other Windows , and click Schema View .                In Schema View , click the table that contains the column that you want to delete.               - or -               In Solution Explorer , click the file containing the table that contains the column that you want to delete.              ...