View MSSQL Tutorial

3> IF OBJECT_ID('dbo.VCustsWithOrders') IS NOT NULL
4>   DROP VIEW dbo.VCustsWithOrders;
5> GO