Forum Replies Created

Viewing 15 posts - 376 through 390 (of 465 total)

  • RE: Automated backup plan

    Jamie Scharbrough (10/17/2012)


    Well, it also depends on how small we're talking and how comfortable you are with backups in general.

    Biggest DB is a bit over 100MB, and my experience with...

  • RE: Automated backup plan

    Abu Dina (10/17/2012)


    pdanes (10/17/2012)


    You think, then, that such a cascaded full/differential/transaction approach makes sense, even given the situation I've described? If so, may I ask for your reasoning on the...

  • RE: Server crash, less than 100MB of disk space

    Well, this isn't exactly SQL stuff, and I'm no expert, but...

    If I was in charge of the machine, I hope I'd have enough sense to keep it from ever getting...

  • RE: Automated backup plan

    Jamie Scharbrough (10/17/2012)


    I agree with everyone who's said you need to be concerned about recovery, but I also understand where you're coming from.

    I'd say a weekly full (I like...

  • RE: SELECT fields with a space in the name

    Square brackets, as Gail told you, are always a safe way to refer to fields, even if you don't have spaces. Some languages also have accent marks, which can raise...

  • RE: Server crash, less than 100MB of disk space

    I'd get my shotgun and go find the clown who's in charge of the mail server. -Somebody- must be responsible for the machine - he should never have let it...

  • RE: Automated backup plan

    Yes, I've read that sort of advice as well, and it's certainly true, but it's difficult to restore something without first having backed it up. I was looking for some...

  • RE: How do you admin your databases?

    Almost exclusively RDP, since I have to perform other tasks on the servers as well. I'm the only developer / DBA / operator in the entire shop. The machine is...

  • RE: Verify your backups - NOW!

    GilaMonster (9/21/2012)


    Not talking about the backup process itself.

    You know that the backup completed successfully. Not the same as knowing that the backup file is good.

    I guess I see. Of course,...

  • RE: Verify your backups - NOW!

    Lynn Pettis (9/21/2012)


    A hardware or IO failure. Disk sectors can go bad on you.

    Well, yes, but that can happen even after you've created and test-restored a backup. I plan...

  • RE: Verify your backups - NOW!

    Okay, that makes sense. But then I don't understand what can be wrong with the backup. If I run checkDB, I know my database is good. If I back up...

  • RE: Verify your backups - NOW!

    Well, then why does Grant (and others) make a point of saying you should test-restore the backup? If the checksum is enough to guarantee that the backup was done correctly,...

  • RE: Verify your backups - NOW!

    I realize I'm getting pretty far out there with all this, but...

    If the backup with checksum can look okay, but still be corrupt, couldn't restoring that failed backup also look...

  • RE: Document First, Code Later

    gwardell (9/9/2012)


    I worked once on a government contract where the entire application was fleshed out in a design tool. That "application" wound up being the deliverable and the application...

  • RE: Document First, Code Later

    gwardell (9/8/2012)


    I was on a project once where I told NOT to document something because he/they would never read it.

    Later I was criticized because nobody understood my code.

    Duh?

    The two are...

Viewing 15 posts - 376 through 390 (of 465 total)