Showing posts with the label dependencies

Delete and Drop all the tables, stored procedures, triggers, constriants and all the dependencies in one sql statement.

/* Drop all non-system stored procs */ DECLARE @ name VARCHAR ( 128 ) DECLARE @ SQL VARCHAR ( 254 ) SELECT @…