Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Backup Tasks by code

Author  Topic 

Yupi Nawate
Starting Member

3 Posts

Posted - 2005-09-01 : 10:57:48
Hi...

I need to know how to run or create backup tasks of an entire database without using the wizard... just with a stored procedure or VB code (if it's possible).

The idea is to be able to run a backup just inserting a task activating a trigger, or executing a SProc.

Thanks...

Yupi Nawate.

nr
SQLTeam MVY

12543 Posts

Posted - 2005-09-01 : 11:02:40
see
http://www.nigelrivett.net/SQLAdmin/BackupAllDatabases.html

==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page

Yupi Nawate
Starting Member

3 Posts

Posted - 2005-09-01 : 11:14:03

Thank you very much. Just looking at that link. When I had it made, I'll tell you.

Regards.

quote:
Originally posted by nr

see
http://www.nigelrivett.net/SQLAdmin/BackupAllDatabases.html

==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.

Go to Top of Page

Yupi Nawate
Starting Member

3 Posts

Posted - 2005-09-02 : 03:12:33
Hi!

It works... Thanks a lot!

See you :)
Go to Top of Page
   

- Advertisement -