I'm trying to backup an ADP database using SQL Talk. The database name is pay4win and the server name is fred3. This is the script I have in SQL Talk:
connect pay4win user/password;
set server fred3;
use 1;
backup snapshot to c:\backup\pay4win on server;
disconnect pay4win;
I get the following error though: Error: Database name not configured
Does anyone have any idea? I just want to create a script and then create a task to run it every night so the database is backed up.
Thanks,
Ken
connect pay4win user/password;
set server fred3;
use 1;
backup snapshot to c:\backup\pay4win on server;
disconnect pay4win;
I get the following error though: Error: Database name not configured
Does anyone have any idea? I just want to create a script and then create a task to run it every night so the database is backed up.
Thanks,
Ken