欢迎访问 生活随笔!

生活随笔

当前位置: 首页 > 运维知识 > 数据库 >内容正文

数据库

SQLBackupAndFTP The server principal NT AUTHORITY\SYSTEM is not able to access the database xxxx

发布时间:2025/3/21 数据库 38 豆豆
生活随笔 收集整理的这篇文章主要介绍了 SQLBackupAndFTP The server principal NT AUTHORITY\SYSTEM is not able to access the database xxxx 小编觉得挺不错的,现在分享给大家,帮大家做个参考.

Windows server 2012中使用SQLBackupAndFTP备份数据库时遇到一个错误:

ERROR: The server principal "NT AUTHORITY\SYSTEM" is not able to access the database "xxxx" under the current security context. BACKUP DATABASE is terminating abnormally.

解决这个错误的方法:

    在SQLBackupAndFTP工具里面选择“Advanced backup schedule”按钮,在“Advanced Backup Schedule” 窗口设置执行Schedule Job的用户,如下截图所示,你可以设置你的域账号(sysadmin角色)做为执行Schedule Job的用户或者其他具有权限的账号。

官方资料介绍请参考Hot to around: The server principal “NT AUTHORITY\SYSTEM” is not able to access the database “database-name” under the current security context

Open the scheduled job with SQLBackupAndFTP software and click on “Advanced backup schedule” button. At opened “Advanced Backup Schedule” window you can enter user name to execute the scheduled job in “Run scheduled job as” field or just click on “Set as Current User / Your personal account” to use your current windows account. Please remember to save the job to apply new schedule options. SQLBackupAndFTP will ask you to enter your password when you save the job.

 

参考资料:

http://sqlbackupandftp.com/blog/hot-around-server-principal-nt-authoritysystem/

总结

以上是生活随笔为你收集整理的SQLBackupAndFTP The server principal NT AUTHORITY\SYSTEM is not able to access the database xxxx的全部内容,希望文章能够帮你解决所遇到的问题。

如果觉得生活随笔网站内容还不错,欢迎将生活随笔推荐给好友。