SET QUOTED_IDENTIFIER ON
GO
SET ANSI_NULLS ON
GO
use dba
go
if exists (select 1 from sysobjects where xtype = 'p' and name = 'usp_Backup')
DROP PROCEDURE usp_Backup
go
Share:These icons link to social bookmarking sites where readers can share and discover new web pages.