Re: Unable to Backup on Network
From: psteoh (psteoh.1a7907_at_mail.mcse.ms)
Date: 07/30/04
- Next message: Alex Shirley: "ASP.Net Permissions"
- Previous message: jimtone7: "Re: Re: sql hacked"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 30 Jul 2004 04:33:17 -0500
http://www.devx.com/tips/Tip/5595
For SQL Server to perform a dump to a remote drive (that is, another
machine on the network), the ID that SQL Server runs under must have
rights to the drive. Otherwise you will get a permission error when
attempting to dump. Go to Control Panel and click on the Services icon.
Locate the MSSQLServer service and double-click on it. The service
should use a user account, not the local system account. If you haven't
done so yet, create an account for use by SQL Server. Grant it the
necessary rights (it should at least be part of the local administrator
group) on the local machine and the remote drive.
-- psteoh ------------------------------------------------------------------------ Posted via http://www.mcse.ms ------------------------------------------------------------------------ View this thread: http://www.mcse.ms/message709516.html
- Next message: Alex Shirley: "ASP.Net Permissions"
- Previous message: jimtone7: "Re: Re: sql hacked"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|