SQL Server Transact Basic to Expert - Dropping a view in SQL

This blog show how to drop a view from the query analyzer

Syntax:

DROP VIEW  Schemaname .viewname



Example:

DROP VIEW dbo.vemptable