squishiddy
Programmer
Hi Everyone.
I need to give my users access to manually backup a database on the SQL Server from their workstation.
My users currently have full administrative rights and open a remote desktop connection to SQL Server and run a script on the desktop to create a backup of the database.
Is it possible to run this script from their workstation?
I don't want them to accidentally mess anything up given they must have full admin rights to do a backup.
Script:
"c:\Program Files\Microsoft SQL Server\MSSQL\Binn\sqlmaint.exe" -S (local)\ -D TESTDB -BkUpDB c:\sqldata\mssql\backup\TESTDB1 -BkUpMedia DISK -VrfyBackup
Thanks a bunch in advance to anyone that can help!!!
~o)
I need to give my users access to manually backup a database on the SQL Server from their workstation.
My users currently have full administrative rights and open a remote desktop connection to SQL Server and run a script on the desktop to create a backup of the database.
Is it possible to run this script from their workstation?
I don't want them to accidentally mess anything up given they must have full admin rights to do a backup.
Script:
"c:\Program Files\Microsoft SQL Server\MSSQL\Binn\sqlmaint.exe" -S (local)\ -D TESTDB -BkUpDB c:\sqldata\mssql\backup\TESTDB1 -BkUpMedia DISK -VrfyBackup
Thanks a bunch in advance to anyone that can help!!!
~o)