I have created a backup file by SQL query like this :
BackUp [DBName] to disk=N'Backup path'.
now i want to move it to another folder.but i recieve this error:
Cannot copy 'Backup file name':Access is denied. Make sure the disk is not full or write protected and that the file is not currently in use.
Note : i am sure that my disk is not full and not write-protected for my user.