In SSMS, you used to batch Delete tables, stored procedures, and other objects. You can also use the ssms gui to delete tables or stored procedures in batches, because all stored procedures need to be deleted during this business trip, and the stored procedures can be re-created, and objects such as tables and functions can be deleted in this way. Ctrl + A select all, and then press Ctrl.
In SSMS, you used to batch Delete tables, stored procedures, and other objects. You can also use the ssms gui to delete tables or stored procedures in batches, because all stored procedures need to be deleted during this business trip, and the stored procedures can be re-created, and objects such as tables and functions can be deleted in this way. Ctrl + A select all, and then press Ctrl.
Batch Delete tables, stored procedures, and other objects in SSMS
In the past, I was looking for a method to delete tables or stored procedures in batches. I rented a Hong Kong server. The original SSMS GUI can also be completed.
Please see, because all stored procedures need to be deleted during this business trip, and these stored procedures should be rebuilt.
Tables, functions, and other objects can be deleted in this way. Ctrl + A select all, and then press Ctrl, without selecting the system stored procedure, American space, right-click, and delete
In this way, o (∩ _ ∩) o
If you want to use the TSQL script to delete all stored procedures in a database, you can do this.
Sys. procedures (4000) name sys. procedures (@ SQL)