Tagged Questions
1
vote
1answer
64 views
The job failed. The owner (pc\user) of job FULL DB BACKUP does not have server access
SQL Server 2008R2 is failing to execute log backup hourly.
Date 5/2/2013 10:22:19 PM Log Job History (LOG BACKUP)
Step ID 0 Server pc Job Name LOG BACKUP Step
...
0
votes
1answer
137 views
Copy files using script to a network share
Is there a simple script I can use to copy files in a particular folder to a network share? This is for use with SQL Server Agent so I can run it as a step after backups.
Thanks
1
vote
1answer
93 views
SQL Server - Ignoring object dependencies to copy a DB (despite some column referenced in a sproc no longer existing)
First of all apologies for the novel but there's a lot to explain...
We have over 100 databases for our product, 1 per server, each of which has variations on other ones (ideally they should all be ...
2
votes
1answer
253 views
SQL Server Maintenance Plan multiple database backups in a single folder
I am using SQL Server 2008 R2. I am trying to create a maintenance plan which backs up multiple databases into one single folder for a day.
For ex. I need to backup db1, db2, db3 and dump all these 3 ...
4
votes
1answer
205 views
SQL Server Agent fails to start in Failover cluter
The SQL server agent in a cluster (as a cluster resource) fails to start. I'm looking for error logs to give me a clue, but so far, all it says is: "failed to start". What could be the possible ...
0
votes
1answer
261 views
How to give SQL Server Job Owner permission to Proxy a Credential
I've created a Credential Cred1 (DOMAIN\USER1 with the secret = domain password)
I've created a SQL Agent job with owner to NT AUTHORITY\SYSTEM
The job needs to proxy as credential Cred1
So when I ...