Hi,
In this scenario where all databases in a particular SQL Server instance are being backed up the following option is available: -
1. Go to the Windows task manager or Sql Server Agent (depending on where the backup job has been scheduled).
2. Edit the command that is run and just use the server name. For example if the SQL Server host name is SNAPMGR and the instance name is INST1 then the command should look like:-
new-backup –svr 'SNAPMGR' -d 'SNAPMGR\INST1', '0'
Regards,
Sourav Chakraborty
Technical Marketing Engineer
SMAI , NetApp