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

Comments

Popular posts from this blog

Constructing nested array structs in BigQuery

How to decrypt stored password from SSMS registered servers

Cause for Parameter is incorrect 0x80070057 error in ssis