Viewing 15 posts - 3,646 through 3,660 (of 4,745 total)
you don't want to be taking and restoring differential backups, you should be doing log backups.
with differential backups as soon as you take a full backup the differential resets and...
May 19, 2009 at 7:00 am
I would argue that if a server is there to support SQL, then the DBA should have full access to it. Servers that do not support SQL I have no...
May 19, 2009 at 6:53 am
The best practice for separating data and log files does not apply to system databases (tempdb excluded which can be on its own drive and is a special case)
the resource...
May 18, 2009 at 4:04 pm
perhaps immediately updating subscribers or queued updating
http://msdn.microsoft.com/en-us/library/ms151718(SQL.90).aspx
May 18, 2009 at 1:04 pm
pradyothana (5/18/2009)
Full backup will change LSN so that next t-log...
May 18, 2009 at 12:54 pm
Jeremy Brown (5/18/2009)
george sibbald (5/18/2009)
in case you need them in anger over the next few daysYour newsletter. I want it. 😉
? do not understand.
May 18, 2009 at 10:52 am
sorry, never personally had cause to use them.
But as your log shipping set up already exists you won't need to touch it, just disable LS jobs, restore the full backup...
May 18, 2009 at 7:23 am
just to confirm, if you have to restore a logshipped database to an earlier point in time you will have to re-initialise log shipping
May 18, 2009 at 6:58 am
Gail, stop it! give someone else a chance! 😀
May 18, 2009 at 6:32 am
sqlrumble (5/18/2009)
This may sound like a silly question, but if a database has been moved to a new set of disks (SAN), would it be a good idea to rebuild...
May 18, 2009 at 6:31 am
select * from sys.databases where database_id > 4
May 18, 2009 at 6:20 am
pls see prev post, best I've got.
May 17, 2009 at 1:14 pm
I don't know any easy way
I think you need to look into the log_shipping_monitor_history_detail table and log_shipping_monitor_error_detail table in msdb.
there will be stored procs invoked when log shipping is removed,...
May 17, 2009 at 5:23 am
Are you getting 9002 errors in your errorlog saying log files are out of space? If not you might not have an actual problem (yet), you may have a full...
May 16, 2009 at 5:18 pm
Viewing 15 posts - 3,646 through 3,660 (of 4,745 total)