I am using SQL Server 2008 R2. I am trying to create a maintenance plan which backs up multiple databases into one single folder for a day.
For ex. I need to backup db1, db2, db3 and dump all these 3 .bak files into a single folder with a date.
Is this possible?
Any help would be really help. Thanks in advance.