Group: Forum Members
Posts: 8.9K,
Visits: 59K
|
Try opening SQL Management Studio to verify that the Windows Administrators group (or at least the SYSTEM account) has sysadmin access to your SQL database(s). Reflect v6 used a defined user to execute backup jobs, whereas v7 uses the SYSTEM account and only allows you to specify credentials to be used to access network locations if needed, so if you have your SQL databases locked down to grant only certain users including that v6 user access to the DBs for backup purposes, you might need to expand that.
|