sql error 916
oberion
Posts: 41
I am trying to do a backup via the GUI after importing my sql group structure from SQL Enterprise Manager.
I get the following errors at the end:
sql error 916: Server user 'NT AUTHORITY\SYSTEM' is not a valid user in the database 'DB_NAME'
I am looking at the authenication method and it is using Windows authenication now ... any thoughts on how to resolve this?
Thanks.
I get the following errors at the end:
sql error 916: Server user 'NT AUTHORITY\SYSTEM' is not a valid user in the database 'DB_NAME'
I am looking at the authenication method and it is using Windows authenication now ... any thoughts on how to resolve this?
Thanks.
Comments
By default, the service is set up to run using the LocalSystem account, and I guess that that's been locked out of your SQL Server.
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
Spoke with Brian D. about this on the phone and I asked why there wasn't a prompt asking us to use to local system account or enter a different account for this service.
Hopefully in the next upgrade this will be incorporated? Because changing 40+ windows services doesn't sound like fun to me.