Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. funny story...kinda. [modified]

funny story...kinda. [modified]

Scheduled Pinned Locked Moved The Lounge
databasesysadminalgorithmsquestioncareer
24 Posts 10 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K keyboard warrior

    yesterday, tuesday would be the day, I was just typing out a simple delete query to remove some fake test data i threw in the system. well, i wiped out all the production data on that table in the system because of a typo. aren't i awesome? well, not but 30 minutes later...im searching for a backup and realizing the backup is old my phone rings. it's a job offer for a job i had just interviewed for. what awesome timing. so i go in and tell my boss i lost all the data and dont worry i already found another job. ;) I have all the data off the backup, had to pull a snapshot of the server from Friday. It wasn't a big deal, it just couldn't have been better timing on any of it *im currently an intern so im pretty excited because it's the first job i wanted and interviewed for. :cool:

    ----------------------------------------------------------- Completion Deadline: two days before the day after tomorrow

    modified on Wednesday, February 06, 2008 2:04:25 PM

    M Offline
    M Offline
    Member 96
    wrote on last edited by
    #3

    Yikes! Well you better fix the data you deleted before you leave, that kind of thing can follow you around for years.


    When everyone is a hero no one is a hero.

    K 1 Reply Last reply
    0
    • M Member 96

      Yikes! Well you better fix the data you deleted before you leave, that kind of thing can follow you around for years.


      When everyone is a hero no one is a hero.

      K Offline
      K Offline
      keyboard warrior
      wrote on last edited by
      #4

      Oh I have it all off the backup, had to pull a snapshot of the server from Friday. It wasn't a big deal, it just couldn't have been better timing on any of it :-D

      ----------------------------------------------------------- Completion Deadline: two days before the day after tomorrow

      1 Reply Last reply
      0
      • E Ennis Ray Lynch Jr

        That is what is nice about Toad you can turn off explicit commit just in case. Personally, I always operate that way and just commit when ready. (Of course that would be in Oracle) Developers shouldn't have the password to production anyway so it isn't your fault :)

        Need a C# Consultant? I'm available.
        Happiness in intelligent people is the rarest thing I know. -- Ernest Hemingway

        R Offline
        R Offline
        Richard Jones
        wrote on last edited by
        #5

        A tech here did a maintenance job on the SDE system, and crashed it. When it came up, a layer was missing. ?? It took us an entire day to get the tapes, restore them, rebuild the database to point-in-time.

        "Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..." "There is no one who loves pain itself, who seeks after it and wants to have it, simply because it is pain..."

        1 Reply Last reply
        0
        • K keyboard warrior

          yesterday, tuesday would be the day, I was just typing out a simple delete query to remove some fake test data i threw in the system. well, i wiped out all the production data on that table in the system because of a typo. aren't i awesome? well, not but 30 minutes later...im searching for a backup and realizing the backup is old my phone rings. it's a job offer for a job i had just interviewed for. what awesome timing. so i go in and tell my boss i lost all the data and dont worry i already found another job. ;) I have all the data off the backup, had to pull a snapshot of the server from Friday. It wasn't a big deal, it just couldn't have been better timing on any of it *im currently an intern so im pretty excited because it's the first job i wanted and interviewed for. :cool:

          ----------------------------------------------------------- Completion Deadline: two days before the day after tomorrow

          modified on Wednesday, February 06, 2008 2:04:25 PM

          D Offline
          D Offline
          Draugnar
          wrote on last edited by
          #6

          I hope you don't ever plan to list that job on your resume. At least not for a decade or two. Try to recover what you can and show them that you may have made a mistake, but you are professional enough to do your best to rectify it. Oh, and learn from this mistake. ALWAYS test your script on a COPY of the database before applying it to production. Better yet, NEVER put test data in a production database. It's easy enough to create a deve version of the web.config or app.config that points your connection strings to the dev database, then if you screw it up, you can make a backup of production and restore it over top of dev. Of course, this is just my 20+ years of experience talking, YMMV.

          K E 2 Replies Last reply
          0
          • D Draugnar

            I hope you don't ever plan to list that job on your resume. At least not for a decade or two. Try to recover what you can and show them that you may have made a mistake, but you are professional enough to do your best to rectify it. Oh, and learn from this mistake. ALWAYS test your script on a COPY of the database before applying it to production. Better yet, NEVER put test data in a production database. It's easy enough to create a deve version of the web.config or app.config that points your connection strings to the dev database, then if you screw it up, you can make a backup of production and restore it over top of dev. Of course, this is just my 20+ years of experience talking, YMMV.

            K Offline
            K Offline
            keyboard warrior
            wrote on last edited by
            #7

            Draugnar wrote:

            Of course, this is just my 20+ years of experience talking, YMMV.

            :|

            Draugnar wrote:

            web.config or app.config

            what are these things? are they in frontpage? please advise.

            Draugnar wrote:

            COPY of the database

            how do i make this? show me the way oh great developer!

            ----------------------------------------------------------- Completion Deadline: two days before the day after tomorrow

            D 1 Reply Last reply
            0
            • D Draugnar

              I hope you don't ever plan to list that job on your resume. At least not for a decade or two. Try to recover what you can and show them that you may have made a mistake, but you are professional enough to do your best to rectify it. Oh, and learn from this mistake. ALWAYS test your script on a COPY of the database before applying it to production. Better yet, NEVER put test data in a production database. It's easy enough to create a deve version of the web.config or app.config that points your connection strings to the dev database, then if you screw it up, you can make a backup of production and restore it over top of dev. Of course, this is just my 20+ years of experience talking, YMMV.

              E Offline
              E Offline
              Ennis Ray Lynch Jr
              wrote on last edited by
              #8

              I find that developers who made big mistakes early in the career are not the kind that would make the same mistakes later when they have the latitude to do real damage. I wouldn't cover it up nor would I advertise it to the world. But experience does not only come from success.

              Need a C# Consultant? I'm available.
              Happiness in intelligent people is the rarest thing I know. -- Ernest Hemingway

              D K 2 Replies Last reply
              0
              • E Ennis Ray Lynch Jr

                I find that developers who made big mistakes early in the career are not the kind that would make the same mistakes later when they have the latitude to do real damage. I wouldn't cover it up nor would I advertise it to the world. But experience does not only come from success.

                Need a C# Consultant? I'm available.
                Happiness in intelligent people is the rarest thing I know. -- Ernest Hemingway

                D Offline
                D Offline
                Draugnar
                wrote on last edited by
                #9

                I agree that, as long as he attempts to rectify the damage, he could list it, but I wouldn't try making them a major referrence or focal point of the resume.

                1 Reply Last reply
                0
                • K keyboard warrior

                  Draugnar wrote:

                  Of course, this is just my 20+ years of experience talking, YMMV.

                  :|

                  Draugnar wrote:

                  web.config or app.config

                  what are these things? are they in frontpage? please advise.

                  Draugnar wrote:

                  COPY of the database

                  how do i make this? show me the way oh great developer!

                  ----------------------------------------------------------- Completion Deadline: two days before the day after tomorrow

                  D Offline
                  D Offline
                  Draugnar
                  wrote on last edited by
                  #10

                  jgasm wrote:

                  Draugnar wrote: web.config or app.config what are these things? are they in frontpage? please advise. Draugnar wrote: COPY of the database how do i make this? show me the way oh great developer!

                  I'm sorry, but these are programming questions and don't belong in this forum. Please read the rules of the forum :laugh: Actually, you make a good point. If I came across as condescending to the newbie, my apologies. I'm sure there are plenty here with even more experience than myself. Draugnar

                  K 1 Reply Last reply
                  0
                  • D Draugnar

                    jgasm wrote:

                    Draugnar wrote: web.config or app.config what are these things? are they in frontpage? please advise. Draugnar wrote: COPY of the database how do i make this? show me the way oh great developer!

                    I'm sorry, but these are programming questions and don't belong in this forum. Please read the rules of the forum :laugh: Actually, you make a good point. If I came across as condescending to the newbie, my apologies. I'm sure there are plenty here with even more experience than myself. Draugnar

                    K Offline
                    K Offline
                    keyboard warrior
                    wrote on last edited by
                    #11

                    Draugnar wrote:

                    I'm sorry, but these are programming questions and don't belong in this forum. Please read the rules of the forum

                    nice. i thought someone might catch that

                    Draugnar wrote:

                    If I came across as condescending to the newbie, my apologies. I'm sure there are plenty here with even more experience than myself.

                    No not really, my only defense for wiping out production data because im a nubcake is sarcasm :( it's sad, but it's all i have to hold on to. now whenever i contact IT they ask me which backup I need pulled :(

                    ----------------------------------------------------------- Completion Deadline: two days before the day after tomorrow

                    1 Reply Last reply
                    0
                    • E Ennis Ray Lynch Jr

                      I find that developers who made big mistakes early in the career are not the kind that would make the same mistakes later when they have the latitude to do real damage. I wouldn't cover it up nor would I advertise it to the world. But experience does not only come from success.

                      Need a C# Consultant? I'm available.
                      Happiness in intelligent people is the rarest thing I know. -- Ernest Hemingway

                      K Offline
                      K Offline
                      keyboard warrior
                      wrote on last edited by
                      #12

                      Ennis Ray Lynch, Jr. wrote:

                      the latitude to do real damage

                      no one is dumb enough to entrust me with that kind of power ;P

                      ----------------------------------------------------------- Completion Deadline: two days before the day after tomorrow

                      1 Reply Last reply
                      0
                      • E Ennis Ray Lynch Jr

                        That is what is nice about Toad you can turn off explicit commit just in case. Personally, I always operate that way and just commit when ready. (Of course that would be in Oracle) Developers shouldn't have the password to production anyway so it isn't your fault :)

                        Need a C# Consultant? I'm available.
                        Happiness in intelligent people is the rarest thing I know. -- Ernest Hemingway

                        F Offline
                        F Offline
                        FyreWyrm
                        wrote on last edited by
                        #13

                        Ennis Ray Lynch, Jr. wrote:

                        Developers shouldn't have the password to production anyway

                        Just out of curiosity, why do you say this? You're not the first person I've known to say this, but the other person couldn't give me a good reason why not.

                        The hamsters ate my signature.

                        E 1 Reply Last reply
                        0
                        • F FyreWyrm

                          Ennis Ray Lynch, Jr. wrote:

                          Developers shouldn't have the password to production anyway

                          Just out of curiosity, why do you say this? You're not the first person I've known to say this, but the other person couldn't give me a good reason why not.

                          The hamsters ate my signature.

                          E Offline
                          E Offline
                          Ennis Ray Lynch Jr
                          wrote on last edited by
                          #14

                          Developers do not produce production code. They develop code which testers test on Test which gets a trial implementation on Staging and then moved live into production. 1 of the reasons is to prevent the scenario that just occurred. The deletion of a DB by a dev on accident. The other is security. Developers have complete knowledge of the system. If they have the password they can also violate policies. I replaced a developer once who was illegally modifying the database to increase commissions of floor staff. This would not have been possible if he did not have the password.

                          Need a C# Consultant? I'm available.
                          Happiness in intelligent people is the rarest thing I know. -- Ernest Hemingway

                          K R T 3 Replies Last reply
                          0
                          • E Ennis Ray Lynch Jr

                            Developers do not produce production code. They develop code which testers test on Test which gets a trial implementation on Staging and then moved live into production. 1 of the reasons is to prevent the scenario that just occurred. The deletion of a DB by a dev on accident. The other is security. Developers have complete knowledge of the system. If they have the password they can also violate policies. I replaced a developer once who was illegally modifying the database to increase commissions of floor staff. This would not have been possible if he did not have the password.

                            Need a C# Consultant? I'm available.
                            Happiness in intelligent people is the rarest thing I know. -- Ernest Hemingway

                            K Offline
                            K Offline
                            keyboard warrior
                            wrote on last edited by
                            #15

                            Ennis Ray Lynch, Jr. wrote:

                            I replaced a developer once who was illegally modifying the database to increase commissions of floor staff.

                            was he rounding down fractions of a cent from accrual of interest and transfer the leftovers into their own commissions over a period of years, leaving them with a cash windfall undetected by the corporation?

                            ----------------------------------------------------------- Completion Deadline: two days before the day after tomorrow

                            E E 2 Replies Last reply
                            0
                            • K keyboard warrior

                              Ennis Ray Lynch, Jr. wrote:

                              I replaced a developer once who was illegally modifying the database to increase commissions of floor staff.

                              was he rounding down fractions of a cent from accrual of interest and transfer the leftovers into their own commissions over a period of years, leaving them with a cash windfall undetected by the corporation?

                              ----------------------------------------------------------- Completion Deadline: two days before the day after tomorrow

                              E Offline
                              E Offline
                              Ennis Ray Lynch Jr
                              wrote on last edited by
                              #16

                              Nope, updating full dollar amounts. There were no audits and logging was not enabled. It was the pinnacle of how a financial system should not have been run. It lasted about 6 months before being caught. I think the total stolen was a few hundred k. It was wiped under to prevent bad press.

                              Need a C# Consultant? I'm available.
                              Happiness in intelligent people is the rarest thing I know. -- Ernest Hemingway

                              1 Reply Last reply
                              0
                              • K keyboard warrior

                                Ennis Ray Lynch, Jr. wrote:

                                I replaced a developer once who was illegally modifying the database to increase commissions of floor staff.

                                was he rounding down fractions of a cent from accrual of interest and transfer the leftovers into their own commissions over a period of years, leaving them with a cash windfall undetected by the corporation?

                                ----------------------------------------------------------- Completion Deadline: two days before the day after tomorrow

                                E Offline
                                E Offline
                                eggsovereasy
                                wrote on last edited by
                                #17

                                Salami slicing! Like Superman III (and Office Space).

                                1 Reply Last reply
                                0
                                • E Ennis Ray Lynch Jr

                                  Developers do not produce production code. They develop code which testers test on Test which gets a trial implementation on Staging and then moved live into production. 1 of the reasons is to prevent the scenario that just occurred. The deletion of a DB by a dev on accident. The other is security. Developers have complete knowledge of the system. If they have the password they can also violate policies. I replaced a developer once who was illegally modifying the database to increase commissions of floor staff. This would not have been possible if he did not have the password.

                                  Need a C# Consultant? I'm available.
                                  Happiness in intelligent people is the rarest thing I know. -- Ernest Hemingway

                                  R Offline
                                  R Offline
                                  Richard Jones
                                  wrote on last edited by
                                  #18

                                  The #1 reason why nuclear reactors have isolated systems from the rest of the facility. We had to develop on one machine, then take the tape reels off, move them to the live system, and load. After review.

                                  "Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..." "There is no one who loves pain itself, who seeks after it and wants to have it, simply because it is pain..."

                                  1 Reply Last reply
                                  0
                                  • K keyboard warrior

                                    yesterday, tuesday would be the day, I was just typing out a simple delete query to remove some fake test data i threw in the system. well, i wiped out all the production data on that table in the system because of a typo. aren't i awesome? well, not but 30 minutes later...im searching for a backup and realizing the backup is old my phone rings. it's a job offer for a job i had just interviewed for. what awesome timing. so i go in and tell my boss i lost all the data and dont worry i already found another job. ;) I have all the data off the backup, had to pull a snapshot of the server from Friday. It wasn't a big deal, it just couldn't have been better timing on any of it *im currently an intern so im pretty excited because it's the first job i wanted and interviewed for. :cool:

                                    ----------------------------------------------------------- Completion Deadline: two days before the day after tomorrow

                                    modified on Wednesday, February 06, 2008 2:04:25 PM

                                    L Offline
                                    L Offline
                                    liquidplasmaflow
                                    wrote on last edited by
                                    #19

                                    I'm an intern too (with a government-related organization nonetheless) and I'm proud to say I've never caused any irreperable harm :-D In fact, I've never had to walk down the hall to the network guys to have them pull data. I've screwed up many personal projects, so I'm a little gun-shy when it comes to things like mass data deletion. And trust me, I certainly could accidentally cause hell around here.

                                    1 Reply Last reply
                                    0
                                    • E Ennis Ray Lynch Jr

                                      Developers do not produce production code. They develop code which testers test on Test which gets a trial implementation on Staging and then moved live into production. 1 of the reasons is to prevent the scenario that just occurred. The deletion of a DB by a dev on accident. The other is security. Developers have complete knowledge of the system. If they have the password they can also violate policies. I replaced a developer once who was illegally modifying the database to increase commissions of floor staff. This would not have been possible if he did not have the password.

                                      Need a C# Consultant? I'm available.
                                      Happiness in intelligent people is the rarest thing I know. -- Ernest Hemingway

                                      T Offline
                                      T Offline
                                      Turtle Hand
                                      wrote on last edited by
                                      #20

                                      In your world that may be true. In my world there are only 2 MS developers and no one else who knows what to do, you need access to Dev and Prod.

                                      It's good to be alive

                                      D E 2 Replies Last reply
                                      0
                                      • K keyboard warrior

                                        yesterday, tuesday would be the day, I was just typing out a simple delete query to remove some fake test data i threw in the system. well, i wiped out all the production data on that table in the system because of a typo. aren't i awesome? well, not but 30 minutes later...im searching for a backup and realizing the backup is old my phone rings. it's a job offer for a job i had just interviewed for. what awesome timing. so i go in and tell my boss i lost all the data and dont worry i already found another job. ;) I have all the data off the backup, had to pull a snapshot of the server from Friday. It wasn't a big deal, it just couldn't have been better timing on any of it *im currently an intern so im pretty excited because it's the first job i wanted and interviewed for. :cool:

                                        ----------------------------------------------------------- Completion Deadline: two days before the day after tomorrow

                                        modified on Wednesday, February 06, 2008 2:04:25 PM

                                        B Offline
                                        B Offline
                                        Big Daddy Farang
                                        wrote on last edited by
                                        #21

                                        Congratulations on the new job!

                                        jgasm wrote:

                                        so i go in and tell my boss i lost all the data and dont worry i already found another job.

                                        That's way cool.

                                        BDF A learned fool is more a fool than an ignorant fool. -- Moliere

                                        K 1 Reply Last reply
                                        0
                                        • B Big Daddy Farang

                                          Congratulations on the new job!

                                          jgasm wrote:

                                          so i go in and tell my boss i lost all the data and dont worry i already found another job.

                                          That's way cool.

                                          BDF A learned fool is more a fool than an ignorant fool. -- Moliere

                                          K Offline
                                          K Offline
                                          keyboard warrior
                                          wrote on last edited by
                                          #22

                                          Thanks ! Thank god for backups.

                                          ----------------------------------------------------------- Completion Deadline: two days before the day after tomorrow

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups