View Single Post

   
  #8 (permalink)  
Old 02-29-2008, 04:14 AM
Ross Presser
 
Posts: n/a
Default Re: Fastest way to delete hundreds of table triggers and hundreds of stored procedures?

>> Well, at least the tables are still there :-)
>
>


"serge" <sergea@nospam.ehmail.com> wrote in news:BRJ0d.35921$lP4.2446119
@news20.bellglobal.com:

> What's the fastest way to delete tables?
>
>



USE master
DROP DATABASE CriticalFinancialInfo
GO
Reply With Quote