Viewing 15 posts - 46 through 60 (of 108 total)
We do hourly transaction log backups during the work day.
Mike
February 6, 2013 at 7:59 am
We are running out of space on our mirror server. I though that if I could reduce the log, it would give us some breathing room while we figure...
February 5, 2013 at 11:41 pm
The plan is for a website to put in requests in the Queue table and SQL to handle the requests. The called SP would be something like this:
parameter @id...
January 24, 2013 at 10:56 pm
Hi -
Log backups are 30 min everyday between 8am and 6pm. Once the t-log has been restored - it will be deleted.
I want to write or get help...
December 11, 2012 at 8:05 am
mike 57299 (12/8/2012)
December 10, 2012 at 4:59 pm
Yes, the data in a writable state is a must. That is why mirroring and log shipping won't work.
Mike
December 10, 2012 at 9:30 am
Jason-299789 (11/9/2012)
Select
'Alter Table ['+s.name+'].['+o.name+'] Drop Constraint ' +c.name
from sys.default_constraints c
JOIN sys.objects o...
November 9, 2012 at 9:17 am
Jason-299789 (11/9/2012)
why are you doing this?Are you looking to rename all the constraints or to change them?
Yes, I want them named consistently so that it is easier in the...
November 9, 2012 at 9:16 am
Yes, there is no where clause because there is only one record in the table.
Mike
June 3, 2011 at 2:37 pm
Thank you very much. I was pounding my head against a wall.
Mike
June 1, 2011 at 1:43 pm
If you truncate the t-log you will not be able to use a previous full backup to start a recovery if a more current full backup file turns out to...
May 3, 2011 at 11:15 am
All,
I am currently doing a full backup at 3am and log transaction backups every hour from 5 am - 6pm. I also have a second server running with...
May 3, 2011 at 10:29 am
It turns out that it is a problem with mirroring.
Thanks All.
April 28, 2011 at 8:58 am
Can you recover the database from Standby, make a backup, put the database back to standby and re-initiate log shipping without starting from a fresh full backup?
February 22, 2011 at 3:45 pm
Viewing 15 posts - 46 through 60 (of 108 total)