Posted by coosa on 05/28/06 14:31
I did actually, USE [Master]; GO IF EXISTS (SELECT name FROM sys.databases WHERE name = N'MyDB') BEGIN PRINT N'Database [MyDB] already exists'; DROP DATABASE MyDB; END GO
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming