SQL Server, Generate scripts, unencrypted stored procedures only
- by PeterO
I have a SQL Server database with 3195 stored procedures. Most (approx 90%) of the stored procedures are encrypted (it's a 3rd party app) but there are many that are not encrypted (added by consultants later).
I need to get an overview of the unencrypted stored procedures created by consultants and then apply fixes so that they can work with UTC time.
I use Generate Scripts and select only stored procedures but that fails. I assume that is because the first stored procedure that it tries to write out is encrypted. Is there a way to write out the approx 300 stored procedures that are not encrypted?