DBCC SHRINKFILE 1 sproc for multiple databases
- by user67545
I have a need to execute DBCC SHRINKFILE for multiple db's within the same sproc.
I could create multiple sprocs so it runs within the given context, but I was curious if there were alternatives?