I have made a maintenance plan for my db. This plan contains several tasks, i can choose that every task is for specific db.
But dbcc freeproccache does not have any mentioning about specific db. I'm worried that this procedure will be executed for all databases that my SQL server has.
How can i execute clearing of cache for a single database?