Comments
3 comments
-
Copy the SQL Backup server components installer (SQBServerSetup.exe) to the server, log on as an administrator, and install it.
-
Thanks Peter
However my domain account does not have Windows admin rights on this server, but is in the sysadmin role in SQL Server. Any hope? -
There are a few security issues that might crop up, the 2 most common ones being does your domain account have rights to log on as a service on the server, and does it have rights to read the SQL Server registry keys?
If you do, I would suggest installing SQL Backup and address the other issues as they come up.
Note: If you can't log on as a service, you can still use LocalSystem to start the service, but you would not have access to network shares.
Add comment
Please sign in to leave a comment.
THANKS