Enable NTFS rights editing of SqlBackup folder
Default behavior of sql server install is to lock down ability to set ntfs rights on sqlbackup folder
to unlock this you have to run the following as admin. This will transfer ownership to administrator for subfolder
takeown /f c:\sqlbackup /a /r /d y
Use at your own risk
to unlock this you have to run the following as admin. This will transfer ownership to administrator for subfolder
takeown /f c:\sqlbackup /a /r /d y
Use at your own risk
Comments