Hi All,
I am trying to take a database backup from a sql server which is on 'x' domain and trying to store it on 'y' domain and I get the below error.
--------------------------------------------------------------------------------------------------------------------
Server: Msg 3201, Level 16, State 1, Line 1
Cannot open backup device '\\servername\shared_folder_name\north_wind.bak'. Device error or device off-line. See the SQL Server error log for more details.
Server: Msg 3013, Level 16, State 1, Line 1
BACKUP DATABASE is terminating abnormally.
--------------------------------------------------------------------------------------------------------------------
Below is my understanding on this problem:
I guess, I need to make the x & y domain as trusted connection, and give the permission for sqlservice account to y(domain) shared folder.
Please confirm whether my understanding is correct or not.
Thanks,
Bala