Drop group of stored procedures by name

Posted by Kate on Stack Overflow See other posts from Stack Overflow or by Kate
Published on 2010-03-15T09:13:41Z Indexed on 2010/03/15 9:29 UTC
Read the original article Hit count: 216

Filed under:
|

I have group of stored procedures with names like 'somename_%'. Are there any way to delete that SP with one query, forexample

DROP PROCEDURE where name like 'somename_%'

.

© Stack Overflow or respective owner

Related posts about sql

Related posts about stored-procedures