System Settings MSSQL Tutorial

6> IF OBJECT_ID('dbo.VCustsWithOrders') IS NOT NULL
7>   DROP VIEW dbo.VCustsWithOrders;
8> GO