Forum Replies Created

Viewing 15 posts - 8,131 through 8,145 (of 9,713 total)

  • RE: DB backup error

    Usually when I get this error, another backup is actually running at the time. But it's only happened to me maybe two times, so "usually" might not mean anything.

  • RE: Restoring a db with more data files??

    You can definitely add more files to the Primary Filegroup without a problem. The issue is moving the data from the existing file to the new file.

    The best way to...

  • RE: Unable to full backup

    starterm (3/17/2010)


    I have backup of the database but it was taken before 3 months. Now if restore the file from backup to make it online, the updated values in the...

  • RE: Unable to full backup

    suresh.maddali (11/12/2009)


    Hi All,

    I have .mdf, .log files all those files are online, I conform with the following querry

    select fg.name as FilegroupName, fg.type_desc as FileGroupType, df.name as...

  • RE: transaction log restore question

    I should add that the use of Partial Backups or File / Filegroup Backups (if you do use them) can be used to restore your tables if you happen to...

  • RE: transaction log restore question

    Point in Time restores (which is what you're referring to) cannot be done without starting from the last FULL backup. You can't re-apply Transaction Logs (or roll them back) to...

  • RE: Deduplication Technology & SQL Backups

    Wow, the pointer info is good information to have.

    I do know that one of the options is to use the Agent version of the backup. The other is to use...

  • RE: Differential Backup Size

    vidya_pande (3/17/2010)


    Can you please give some references more information on how differential backup size increases because of Index Rebuilding process?

    I am not able to find any information on this.

    I'm...

  • RE: Hourly backups + Weekly full = Overlap = problems???

    SQL Server will NOT allow you to restore files out of order. See my post about backup chains. You can read up about it in BOL too.

    There's really nothing to...

  • RE: Differential Backup Size

    Ouch!

    Might I recommend only using Differential on a daily basis (not an hourly) and backing up the Transaction Log on an hourly basis instead?

    I've never seen Differentials as an "hourly"...

  • RE: Hourly backups + Weekly full = Overlap = problems???

    I'm not sure if your 1:05 tran log backup is junk. Perhaps it would be useful to restore to point-in-time before the full backup completed.

    Sorry -- my bad -- not...

  • RE: Hourly backups + Weekly full = Overlap = problems???

    Or does SQL mindlessly try to do a Log file backup right during a Full backup? That would really mess things up, wouldn't it? What if it did a log...

  • RE: SQL 2005- job status in email

    You could always set the status notification to run every 5 or 10 or X minutes and check to see if the job status / last run date & time...

  • RE: SSIS Maximum error count

    As I said, it sounds like the package hasn't "completed" when you're seeing the failure.

    Can you attach a screen shot of the package when it's failed? I might be...

  • RE: SSIS Maximum error count

    cRuchika,

    FYI: I can't see whatever you posted in the scroll box.

    Regarding a failed package but everything looks green or yellow? I've seen it before when a package has a task...

Viewing 15 posts - 8,131 through 8,145 (of 9,713 total)