You'd think I'd have learned...

  • What mistakes do you keep making, even though you know better?

    The first one I can think of:

    I just opened an Explorer window to our server to extract some archive files to another folder on the same server. Large files. The problem is, our server is in another town. So the data's coming down the pipes to me to use my local Winzip program, then heading back up to the server.

    Now, I KNOW better. I've done this a million times the correct way. Remote into the server and do it local to the server. But do I remember that this afternoon? No. It takes me 20 minutes of trying to figure out why everything's so slow before I remember. ARGH.

    So, what's one of your bad habits or commonly made mistakes? The kind of stuff that makes you <headdesk> repeatedly while blushing in shame.

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • delete without a where clause.

    Done it too many times to count.

  • Copy stuff onto a flash drive, then leave it plugged into my desktop when I go out.

    Fortunately I've got into the habit of checking for it as I put my laptop bag into the car.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • Write a script on the test server, test it, then move it to the production server and try and execute it... Whoops! Forgot to change table owner names. Fortunately, not a big deal and probably why I forget to make the change...no pain involved. 😀

  • Start a new query in SSMS, forgetting that I started the new query from an unusaul db (such as master!), then my sp goes bonkers on me when it's executed. :crazy:

    The greatest enemy of knowledge is not ignorance, it is the illusion of knowledge. - Stephen Hawking

  • Constantly forgetting that if I want to know what the SERVER is going to do with an SSIS/DTS package, I have to schedule it, not run it from the design studio/manager interface.


    - Craig Farrell

    Never stop learning, even if it hurts. Ego bruises are practically mandatory as you learn unless you've never risked enough to make a mistake.

    For better assistance in answering your questions[/url] | Forum Netiquette
    For index/tuning help, follow these directions.[/url] |Tally Tables[/url]

    Twitter: @AnyWayDBA

  • Restoring a database to establish mirroring or log shipping and forget to restore with NORECOVERY.

    🙁

  • Still fixing problems, although I did warn the teams for the consequences of their decisions and their neglecting the advises dba have handed to them.

    This fixing is to the advantage of the company, but could in most cases have been avoided by simply following design rules and common branch guidelines.

    I do always type "gropu by" in stead of "group by".:blush:

    and many times I still type "cerate" which off course should be "create".

    The funny thing about that is that cera was my former employer (before it merged to kbc)

    Johan

    Learn to play, play to learn !

    Dont drive faster than your guardian angel can fly ...
    but keeping both feet on the ground wont get you anywhere :w00t:

    - How to post Performance Problems
    - How to post data/code to get the best help[/url]

    - How to prevent a sore throat after hours of presenting ppt

    press F1 for solution, press shift+F1 for urgent solution 😀

    Need a bit of Powershell? How about this

    Who am I ? Sometimes this is me but most of the time this is me

  • It is a small problem, but I do it all the time. I regularly have SSMS connected to several servers at a time. I regularly open a script file and run it against the wrong server/db, and wonder why I get errors?

    I am hoping the little tidbit I learned on QOTD today about different colors on the status bar may help...we'll see.

  • one lesson I have learned...Don't Change ANYTHING on Friday! Just answer easy questions on SQL Server Central... 😛

  • Alan Vogan (10/15/2010)


    one lesson I have learned...Don't Change ANYTHING on Friday! Just answer easy questions on SQL Server Central... 😛

    LOL, that's great!

  • Alan Vogan (10/15/2010)


    one lesson I have learned...Don't Change ANYTHING on Friday! Just answer easy questions on SQL Server Central... 😛

    SOM!

    (They're not so easy when Steve has to go tell everyone the answer because of how confusing it is!)

    Wayne
    Microsoft Certified Master: SQL Server 2008
    Author - SQL Server T-SQL Recipes


    If you can't explain to another person how the code that you're copying from the internet works, then DON'T USE IT on a production system! After all, you will be the one supporting it!
    Links:
    For better assistance in answering your questions
    Performance Problems
    Common date/time routines
    Understanding and Using APPLY Part 1 & Part 2

  • I don't make mistakes! I'm perfect! 😀

    +--------------------------------------------------------------------------------------+
    Check out my blog at https://pianorayk.wordpress.com/

  • Ray K (10/18/2010)


    I don't make mistakes! I'm perfect! 😀

    You've heard the old adage, right?

    If you're not making mistakes, you're not actually working. @=)

    Brandie Tarvin, MCITP Database AdministratorLiveJournal Blog: http://brandietarvin.livejournal.com/[/url]On LinkedIn!, Google+, and Twitter.Freelance Writer: ShadowrunLatchkeys: Nevermore, Latchkeys: The Bootleg War, and Latchkeys: Roscoes in the Night are now available on Nook and Kindle.

  • Double clicking a script file to open in SSMS and just running it... normally against the wrong server :pinch:

Viewing 15 posts - 1 through 15 (of 46 total)

You must be logged in to reply to this topic. Login to reply