Drop Table

Support Forum for database administrators and web based access to important newsgroups related to databases
Register on Database Support Forum Edit your profileCalendarFind other Database Support forum membersFrequently Asked QuestionsSearch this forum -> 
For Database admins: Free Database-related Magazines Now Free shipping to Texas


Post New Thread










Thread
Author

Thrown into the pit xp_sqlmaint
I am managing maintenence plans on SQL Server.   The plan is failing with
permissions and nothing has changed in the script below.  Could a part of
this require permissions?  You should know that the backup folder is on a
server other than the production server.  That server is a 2005 version of
the SQL 2000 production.

EXECUTE master.dbo.xp_sqlmaint N'-PlanID
7FD436BA-8B18-4E96-937D-C2FB7F87F5F2 -To "GENL Alerts" -WriteHistory
-VrfyBackup -BkUpMedia DISK -BkUpDB "\\SVR\SVRBKPFOLDER" -DelBkUps 7HOURS
-BkExt "BAK"'
--
Regards,
Jamie

Report this thread to moderator Post Follow-up to this message
Old Post
thejamie
11-01-06 12:13 AM


Re: Thrown into the pit xp_sqlmaint
thejamie  wrote:
> I am managing maintenence plans on SQL Server.   The plan is failing with
> permissions and nothing has changed in the script below.  Could a part of
> this require permissions?  You should know that the backup folder is on a
> server other than the production server.  That server is a 2005 version of
> the SQL 2000 production.
>
> EXECUTE master.dbo.xp_sqlmaint N'-PlanID
> 7FD436BA-8B18-4E96-937D-C2FB7F87F5F2 -To "GENL Alerts" -WriteHistory
> -VrfyBackup -BkUpMedia DISK -BkUpDB "\\SVR\SVRBKPFOLDER" -DelBkUps 7HOURS
> -BkExt "BAK"'

Check the service account for SQL Server and SQL Agent, see what domain
login they are running as.  That domain login needs to have read/write
permissions on the share that you are sending backups to.


--
Tracy McKibben
MCDBA
http://www.realsqlguy.com

Report this thread to moderator Post Follow-up to this message
Old Post
Tracy McKibben
11-01-06 12:13 AM


Re: Thrown into the pit xp_sqlmaint
Make sure the SQL Server service account has FULL CONTROL permissions on the
designated share and the underlying NTFS folders.  Also, all subfolders must
exist.

See
http://support.microsoft.com/kb/555128/en-us
For full details

--
Geoff N. Hiten
Senior Database Administrator
Microsoft SQL Server MVP




"thejamie" < thejamie@discussions
.microsoft.com> wrote in message
news:AAD8AD71-4EDD-4661-A3AB- 821430715812@microso
ft.com...
>I am managing maintenence plans on SQL Server.   The plan is failing with
> permissions and nothing has changed in the script below.  Could a part of
> this require permissions?  You should know that the backup folder is on a
> server other than the production server.  That server is a 2005 version of
> the SQL 2000 production.
>
> EXECUTE master.dbo.xp_sqlmaint N'-PlanID
> 7FD436BA-8B18-4E96-937D-C2FB7F87F5F2 -To "GENL Alerts" -WriteHistory
> -VrfyBackup -BkUpMedia DISK -BkUpDB "\\SVR\SVRBKPFOLDER" -DelBkUps 7HOURS
> -BkExt "BAK"'
> --
> Regards,
> Jamie



Report this thread to moderator Post Follow-up to this message
Old Post
Geoff N. Hiten
11-01-06 12:13 AM


Sponsored Links





Last Thread Next Thread
Post New Thread

MS SQL Server archive

Show a Printable Version Email This Page to Someone! Receive updates to this thread
Microsoft SQL Server
Access database support
PostgreSQL Replication
SQL Server ODBC
FoxPro Support
PostgreSQL pgAdmin
SQL Server Clustering
MySQL ODBC
Web Applications with dBASE
SQL Server CE
MySQL++
Sybase Database Support
MS SQL Full Text Search
PostgreSQL Administration
SQL Anywhere support
DB2 UDB Database
Paradox Database Support
Filemaker Database
Berkley DB
SQL 2000/2000i database
ASE Database
Forum Jump:
All times are GMT. The time now is 08:48 PM.

 
Mobile devices forum | Database support forum archive




Copyrights DropTable.com Database Support Forum 2004 - 2006