I am scheduling a auto backup job plan in SQL Server 2014 Management Studio through a management plan. I can easily schedule job plan in same server but I want to store database .bak
files on another server, but the problem is inside backup database task tool there is one tab destination.
Back Up Database Task-> Destination
- Create a backup file for every database
- Create a sub directory for each database (here there is no option for select another server directory).
Is there any way I can take directly auto backup to another server through Management Studio?