Viewing 15 posts - 556 through 570 (of 4,745 total)
probably log shipping, but it depends For mirroring you will need to create snapshots and have enterprise edition.
Neither are perfect though, with log shipping you will need to decide what...
July 15, 2013 at 4:54 am
Lynn, I would presume (and hope) the standard backup history related tables in msdb are still updated.
July 14, 2013 at 12:52 pm
bulk logged is the best mode to control growth during index rebuilds, then a full backup afterwards. Note log backups will still be large though. You could also try backing...
July 14, 2013 at 12:46 pm
the name of the SQL service in the cluster, i.e. the name you use to connect to the database engine.
The packages are normally imported to msdb, thats better for security...
July 12, 2013 at 12:09 pm
note: 6 year old thread
July 8, 2013 at 1:04 am
is a spike of 30% actually causing you a problem?
If you really want to know the SQL causing the issue run a server side profiler trace (google that) and a...
July 5, 2013 at 2:04 pm
you would use the norecovery option on a log backup when you want to swap primary and secondary roles in a logshipping set up without needing to reinitialise from...
July 3, 2013 at 1:42 pm
highlight the jobs in object explorer (F7) you can script them all out in one go.
June 28, 2013 at 10:22 am
any reason you cannot script the jobs out via the gui?
unless they are maintenance plan jobs in which case you are best off recreating the maintenance plans
June 28, 2013 at 7:53 am
ideally the same version in DR as you have in Live.
June 26, 2013 at 9:14 am
Hugo Kornelis (6/26/2013)
PRR.DB (6/25/2013)
RESTORE FILELISTONLY FROM disk='D:\DB\Backup\TestPartition.bak'
It is...
June 26, 2013 at 6:53 am
the error could be transient or sporadic. definitely get the disks checked and make sure all drivers up to date.
Very odd dropping and recreating users should apparently resolve this, makes...
June 25, 2013 at 7:27 am
either that .bak file you bought over had a corruption in it or you have an underlying system problem (disk or driver)
Have you run the dbcc checkdb? thats the first...
June 22, 2013 at 10:45 am
Viewing 15 posts - 556 through 570 (of 4,745 total)