Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello..


i work on database task. i have to take database backup at all day 12:00 AM.
what should i do for it ?
any trigger can work ? or any other way ?
Posted
Comments
Maciej Los 28-May-13 3:29am    
Have you tried anything?
Where are you stuck?

1 solution

you should use SQL Job for this task
visit page for details...
http://blogs.msdn.com/b/sqlagent/archive/2010/10/12/create-a-database-backup-job-using-sql-server-management-studio.aspx[^]
Happy Coding!
:)
 
Share this answer
 
Comments
[no name] 28-May-13 3:13am    
thanks good one 5*
Aarti Meswania 28-May-13 3:21am    
you should install full sql enterprise or Developer edition (which support sql agent service)
or
you can do with Window service
or
bat file in schedule
Aarti Meswania 28-May-13 3:26am    
Thnks for rating,
Glad to help you! :)
[no name] 28-May-13 3:16am    
but one problem it server agent in my sql server 2005 management studio for that what should i do ?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900