colinmitton
Technical User
I have a MS-SQL 2008 SP3 server and I'm in the process of setting up a maintenance plan that will back up a database to file on a ad-hoc basis. So when I have any minor changes to happen to the server I have a good back up to return to! The file location is on the physical server and the current daily backup works in seconds to the same partition. (I want to keep the ad-hoc back ups in a different place so hence the separate plan)
My main problem is that when I'm not about I need someone else to run the maintenance plan for me, the person who needs to do it I don't want to give access to the server (RDP or alike) in case they start to play. Is there a way (via powershell or command line so I can create a batch file) to run a specific plan from a remote PC with out giving them SSMS. The PC in question is running Windows 7 32bit.
My main problem is that when I'm not about I need someone else to run the maintenance plan for me, the person who needs to do it I don't want to give access to the server (RDP or alike) in case they start to play. Is there a way (via powershell or command line so I can create a batch file) to run a specific plan from a remote PC with out giving them SSMS. The PC in question is running Windows 7 32bit.