Skip to content

sql scripts

lyuben kikov edited this page Feb 8, 2018 · 1 revision

Back to Home


  • This will delete all your tables with the relations

  • Simply execute one of the two linestwice in SQL Management Studio & refresh your database

EXEC sp_msforeachtable "ALTER TABLE ? NOCHECK CONSTRAINT all"

EXEC sp_MSforeachtable @command1 = "DROP TABLE ?"

Craftsman menu


Required Tools 4 Course


External resources


Useful Things


Internal resources

Basic OOP recall

Database 1st with local db

Code1st with external db instance (part1)

Clone this wiki locally