Follow Fantora on Twitter
Fantora Word of Classified Ads and Community Forum
Welcome Guest Search | Active Topics | Members | Log In | Register

how to i drop database in sql server 2000

Options
Prabhu
Posted: Thursday, February 19, 2009 5:55:45 AM
Rank: Advanced Member
Groups: Member

Joined: 8/27/2008
Posts: 41
Points: 123
Location: Bangalore, India

how to i drop database in sql server 2000

hi all

as i mention in title. how can i drop any database in sql server 2000
hissan
Posted: Thursday, February 19, 2009 5:58:11 AM
Rank: Advanced Member
Groups: Member

Joined: 1/31/2008
Posts: 44
Points: 132
Location: Pakistan

how to i drop database in sql server 2000

Prabhu wrote:
hi all

as i mention in title. how can i drop any database in sql server 2000


you can write a query in Query analyzer like below


Code:
DROP DATABASE Sales;


to drop multiple databases

Code:
DROP DATABASE Sales, NewSales;
Users browsing this topic
Guest

 Related
Business development
In defence of SQL
TV: Navy NCIS episode.
Integration Solutions Possible without writing Codes
Innovative Enterprise Application Integration
Upcoming Webinar: Reduce IT infrastructure costs using Application Portfolio Management
Highly configurable and extensible Dataflow architecture
Upcoming Webinar: Best Practices and Proven Techniques for Application Portfolio Management
Recorded Webinar: Data Management Challenges for Govt Applications
Elegant dataflow solution
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Main Forum RSS : RSS

Powered by: YAF.NET
Copyright © AI Logica All rights reserved.
This page was generated in 0.197 seconds.