Comments
Sort by recent activity
Great suggestion Andrew - I back these suggestions 100%. It would be great if both features were implemented, I suspect the first one should be pretty easy to code up. / comments
Great suggestion Andrew - I back these suggestions 100%. It would be great if both features were implemented, I suspect the first one should be pretty easy to code up.
Great that fixed it - however I really don't want to run the SQL Backup service as a local admin.
red-gate: anything else for me to try? / comments
Great that fixed it - however I really don't want to run the SQL Backup service as a local admin.
red-gate: anything else for me to try?
brosato wrote:
Just make it local admin and that will fix everything.
Very funny - actually I did do that just as a test and I got identical behaviour. / comments
brosato wrote:
Just make it local admin and that will fix everything.
Very funny - actually I did do that just as a test and I got identical behaviour.
Thanks Jason, when running
sc sdshow "SqlBackupAgent"
I get
D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)
To answer your other questions
- There is only one default instance of SQL Server (2000 SP3)
- The SQL Backup Agent is running as a domain account called sa-SQLBackup and is in sysadmin server role in SQL Server. It is a normal account on the server (i.e. not a local admin). / comments
Thanks Jason, when running
sc sdshow "SqlBackupAgent"
I get
D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCR...
Just to add, I ran:
sc sdshow "SQL Backup Agent"
on the server and got this output:
[SC] OpenService FAILED 1060:
The specified service does not exist as an installed service.
However when I run
net start "SQL Backup Agent"
I get:
The requested service has already been started.
More help is available by typing NET HELPMSG 2182.
/ comments
Just to add, I ran:
sc sdshow "SQL Backup Agent"
on the server and got this output:
[SC] OpenService FAILED 1060:
The specified service does not exist as an installed service.
However wh...