Asp.Net,C#,Sql Server,Visual Studio examples
Hi i am Naresh, I am a Dotnet Developer From Hyderabad India
Showing posts with label
drop tables
.
Show all posts
Showing posts with label
drop tables
.
Show all posts
Saturday, April 6, 2013
How To Delete All Tables In A Database Using sql
To Delete All Tables In A Database At a time Using One Query.
USE [
database name
]
EXEC
sp_MSforeachtable @command1 = "DROP TABLE ?"
Older Posts
Home
Subscribe to:
Posts (Atom)