Buy Now!

How do I delete the entire database using sqlcmd?

100% of people found this useful
How do I delete the entire database using sqlcmd?

You need to run this on your SQL server.

sqlcmd -S.\SQLExpress
1> DROP DATABASE myTV
2> GO

Once you have done this, just run through the myTV installer again and it will recreate the database from scratch.

Recent Comments

Leave the first comment for this page.