Anyone here can help me backup using a Network Drive. Previously I can manage to run this script but after I Reformat the server it wont work. This is the script. BACKUP DATABASE [MYDB] TO DISK = N'\\payroll\MYDB Backup\MYDB_backup.bak' WITH INIT , NOUNLOAD , NAME = N'ECSSTARDBA backup', NOSKIP , STATS = 10, NOFORMAT
But I can access that path using the server and I can see the files on MYDB Backup Folder.But stil I'am getting the error Server: Msg 3201, Level 16, State 1, Line 1Cannot open backup device '\\payroll\MYDB Backup\MYDB Backup.bak'. Device error or device off-line. See the SQL Server error log for more details.Server: Msg 3013, Level 16, State 1, Line 1BACKUP DATABASE is terminating abnormally.