Viewing 15 posts - 2,911 through 2,925 (of 4,745 total)
jsb12 (2/16/2010)
February 16, 2010 at 8:30 am
I cannot see a need for customised logshipping here. Just use the SQL supplied out of the box logshipping. Once the initial full backup is restored you don't have to...
February 16, 2010 at 7:25 am
glad it worked. I think you got slightly lucky in that this was a log file and the truncate_only happened to mean there were no active virtual logs in the...
February 16, 2010 at 7:07 am
Colin Betteley (2/16/2010)
True, but if your source server no longer exists then you have a problem.
welcome to the world of SQL2005 where DR is not as easy as it was...
February 16, 2010 at 7:00 am
check out the dbcc shrinkfile with emptyfile option and alter database (remove file) commands in BOL.
Back the database up before you start and do at a quite time.
February 16, 2010 at 6:42 am
sounds like a job for logshipping?
February 16, 2010 at 6:36 am
BTW Steve, thanks for highlighting that these SPs are in the pipeline.
I'll send the Overtime Bill to you 😀
February 14, 2010 at 5:40 pm
Chris, if you are affected by issues that are fixed by CUs then you are right to apply the CUs, you just need to be aware CUs are not fully...
February 14, 2010 at 5:38 pm
Steve Jones - Editor (2/14/2010)
You can just delay the application and plan on it for Q4 if time is tight.
Yes, I have some decisions to make there. I have...
February 14, 2010 at 5:24 pm
Hmm, I was never convinced about SP4 for SQL2005 seeing as SQL2005 SP3 is so stable (in my environment anyway). It will be interesting to see how microsoft word the...
February 14, 2010 at 7:24 am
Its normal for a restore to take 5-10% longer than a backup.
what sort of time difference are you seeing?
February 13, 2010 at 4:44 pm
no probs.
If you want to reclaim the disk space used by msdb try the truncateonly option of dbcc shrinkfile first.
If you shrink the data file without truncateonly this will fragment...
February 12, 2010 at 2:59 pm
run a reindex, backup again, see what happens
February 12, 2010 at 1:20 pm
just to confirm, even after the delete, the backup is the same size?
February 12, 2010 at 1:15 pm
Everything else being equal I would say you have no pressing need to upgrade now, EXCEPT
when SQL2008 R2 comes out in May there will be price increases of 15% for...
February 12, 2010 at 12:38 pm
Viewing 15 posts - 2,911 through 2,925 (of 4,745 total)