/SQL-Server-Database-Delete-Data-or-Drop-Objects

This script allows the deletion of SQL Server table data without worrying about constraints by deleting in a specific table order. The script also allows you to delete any or all the SQL Server objects like tables, views, stored procedures, functions, user data types, sequences, and synonyms.

Primary LanguageTSQLMIT LicenseMIT

Watchers