|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Monday, April 08, 2013 1:32 PM
Points: 33,
Visits: 78
|
|
Our 20 SQL Servers all running under "Local System account". Backup to network share doesn't work - Error. I guess because local account doesn't have access to network folder. Even when I add "Everyone" FULL CONTROLL to the folder.
What is the solution? Does it mean we have to change SQL Server service account to Domain account on all 20 servers?
|
|
|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Tuesday, June 11, 2013 1:04 PM
Points: 78,
Visits: 186
|
|
| More likely that you will need to change the SQL Agent service account to a domain account that has access, not the SQL Server service account.
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Today @ 4:02 AM
Points: 5,244,
Visits: 11,264
|
|
if using local system you need to allow the machine account access to the network share
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs"
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Monday, April 08, 2013 1:32 PM
Points: 33,
Visits: 78
|
|
I don't even know how that "Local System account" looks like. I guess it's different on each machine. I tried to work around and granted "Everyone" FULL CONTROL on that network folder but it didn't help.
I did a test on my local SQL 2012 Express. I had the same setting - Local System account. As soon as I changed it to my Domain account - Backup successfully created a file on network share.
|
|
|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Tuesday, June 11, 2013 1:04 PM
Points: 78,
Visits: 186
|
|
| I think you only need to change the SQL Agent service account, not the SQL Server service account.
|
|
|
|
|
SSC-Dedicated
           
Group: Administrators
Last Login: Today @ 5:39 AM
Points: 31,529,
Visits: 13,866
|
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: Yesterday @ 10:31 AM
Points: 2,425,
Visits: 3,403
|
|
| If you know any account having enough rights on that drive give it as proxy account on SQL Server properties--> Security
|
|
|
|
|
SSCarpal Tunnel
       
Group: General Forum Members
Last Login: Tuesday, June 04, 2013 7:03 AM
Points: 4,443,
Visits: 7,249
|
|
sqlGDBA (11/30/2012) I think you only need to change the SQL Agent service account, not the SQL Server service account. Yes, if you're running all your backups as scheduled jobs, that's true. But if you expect to run ad hoc backup (or restore) commands from SSMS, for example, then I think the SQL Server service also needs access.
John
|
|
|
|