Viewing 15 posts - 3,571 through 3,585 (of 9,253 total)
Have you checked the disk integrity where the log backups are moved to on the secondary server?
February 14, 2014 at 1:53 am
You're welcome 😎
February 13, 2014 at 5:00 pm
Ravid_ds (1/31/2014)
This could be a laymans query, please help.
We are planning to move a StandBy/Readonly mode Database to a new server. This DB is not configured for log shipping....
February 13, 2014 at 4:56 pm
Brad Scheepers (2/11/2014)
ALTER DATABASE myDatabase SET offline
ALTER DATABASE myDatabase MODIFY FILE (name=myDB_filename, FILENAME='X:\New_Path\myDatabase.mdf')
ALTER DATABASE myDatabase MODIFY FILE (name=myDB_logname, FILENAME='X:\New_Path\myDatabase_log.ldf')
** Physically move the files at this point to their new...
February 13, 2014 at 4:55 pm
The differential base lsn results indicate that since you restored the full backup from prod another backup had been taken against prod, @ 1pm on the 13/02 to be exact....
February 13, 2014 at 12:04 pm
No, listeners are per availablility group. Don't confuse the AO listener with Oracle listeners
February 13, 2014 at 7:32 am
TerrenceTheCat (2/13/2014)
Thank you so much for your help. Below is the output from the query you asked me to execute
(No column name)name ...
February 13, 2014 at 7:07 am
muthyala_51 (2/12/2014)
February 13, 2014 at 6:30 am
I use the Litespeed suite including OLR. The Litespeed OLR is helpful, but as table object sizes grow, performing an OLR restore can take just as long as restoring the...
February 13, 2014 at 5:40 am
peter.cox (2/12/2014)
There are issues elsewhere; it's a single job, with 65 different steps. As I...
February 12, 2014 at 7:13 am
TerrenceTheCat (2/12/2014)
I am testing a DR scenario at work but having problems. Our backup strategy consists of
1 nightly full backup
Differential backups every few hours
Transaction log backups every 10 minutes
I...
February 12, 2014 at 5:59 am
Oracle_91 (2/11/2014)
February 12, 2014 at 5:30 am
CSVs are not something i use, they do seem more to be tied to HyperV as a way of sharing VHDs. A little like VMWare VMotion. Why do you feel...
February 12, 2014 at 4:55 am
newbie_DBA (2/11/2014)
remove the DB from the AG
Run...
February 12, 2014 at 4:48 am
peter.cox (2/12/2014)
Got a puzzler here. Newish firm, with a massive overnight process
Tempdb is a single datafile at the moment, on it's own 300GB disk. There are 12 cores, doubled...
February 12, 2014 at 4:45 am
Viewing 15 posts - 3,571 through 3,585 (of 9,253 total)