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.
Author |
Topic |
imrul
Starting Member
36 Posts |
Posted - 2010-03-30 : 23:58:54
|
I need to schedule a backup job which will take a database backup in every 30 mins, but database should be available to use at the time of backup. Can any one help? |
|
khtan
In (Som, Ni, Yak)
17689 Posts |
Posted - 2010-03-31 : 00:14:18
|
check out the Books Online HOW-TO topicsBacking Up and Restoringhttp://msdn.microsoft.com/en-us/library/ms189621%28v=SQL.100%29.aspxhttp://msdn.microsoft.com/en-us/library/aa337534%28v=SQL.100%29.aspxAutomate Administrationhttp://msdn.microsoft.com/en-us/library/ms189880%28v=SQL.100%29.aspxhttp://msdn.microsoft.com/en-us/library/ms187036%28v=SQL.100%29.aspx KH[spoiler]Time is always against us[/spoiler] |
 |
|
Kristen
Test
22859 Posts |
Posted - 2010-03-31 : 04:00:14
|
" database should be available to use at the time of backup"This is not a problem for backups on MS SQL Server databases |
 |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
|
|