Interview Question in Backup and Recovery
Interview Question :: How to automatically run a command in Windows at a certain time
I have to set up an automatic backup of my server's hard drive onto an external HD. There are some files that I am unable to copy because they are being used by the SQL Server.
I need to run NET STOP MSSQLSERVER at the end of the working day, make the full backup of my hard drive and then run NET START MSSQLSERVER the next morning.
How can I do it???

Loading ...