Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Recent Posts
Recent Posts
Popular Topics
Popular Topics
Home
Search
Members
Calendar
Who's On
Home
»
SQLServerCentral.com
»
Anything that is NOT about SQL!
»
You'd think I'd have learned...
47 posts, Page 1 of 5
1
2
3
4
5
»
»»
You'd think I'd have learned...
Rate Topic
Display Mode
Topic Options
Author
Message
Brandie Tarvin
Brandie Tarvin
Posted Friday, October 15, 2010 12:11 PM
SSCertifiable
Group: General Forum Members
Last Login: Today @ 7:26 AM
Points: 6,721,
Visits: 5,792
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 Administrator, MCDBA, MCSA
Webpage
:
http://www.BrandieTarvin.net
LiveJournal Blog
:
http://brandietarvin.livejournal.com/
On
LinkedIn!
,
Google+
, and
Twitter
.
Freelance Writer:
Shadowrun
Latchkeys: Nevermore
,
Latchkeys: The Bootleg War
, and
Latchkeys: Roscoes in the Night
are now available on Nook and Kindle.
Post #1005453
Steve Jones - SSC Editor
Steve Jones - SSC Editor
Posted Friday, October 15, 2010 1:57 PM
SSC-Dedicated
Group: Administrators
Last Login: Today @ 5:09 AM
Points: 31,526,
Visits: 13,864
delete without a where clause.
Done it too many times to count.
Follow me on Twitter:
@way0utwest
Forum Etiquette: How to post data/code on a forum to get the best help
Post #1005559
GilaMonster
GilaMonster
Posted Friday, October 15, 2010 2:03 PM
SSC-Dedicated
Group: General Forum Members
Last Login: Today @ 8:08 AM
Points: 38,082,
Visits: 30,376
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 2008, MVP
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
Post #1005568
Alan Vogan
Alan Vogan
Posted Friday, October 15, 2010 2:21 PM
Ten Centuries
Group: General Forum Members
Last Login: Thursday, May 02, 2013 10:44 AM
Points: 1,079,
Visits: 513
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.
Post #1005580
mtillman-921105
mtillman-921105
Posted Friday, October 15, 2010 2:23 PM
Right there with Babe
Group: General Forum Members
Last Login: Yesterday @ 10:04 AM
Points: 753,
Visits: 3,786
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.
______________________________________________________________________
The greatest enemy of knowledge is not ignorance, it is the illusion of knowledge. - Stephen Hawking
Post #1005581
Evil Kraig F
Evil Kraig F
Posted Friday, October 15, 2010 2:25 PM
SSCertifiable
Group: General Forum Members
Last Login: Yesterday @ 5:35 PM
Points: 5,722,
Visits: 6,194
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
|
Forum Netiquette
For index/tuning help, follow these directions.
|
Tally Tables
Twitter: @AnyWayDBA
Post #1005582
JeremyE
JeremyE
Posted Friday, October 15, 2010 2:27 PM
SSCrazy
Group: General Forum Members
Last Login: Yesterday @ 2:14 PM
Points: 2,414,
Visits: 2,680
Restoring a database to establish mirroring or log shipping and forget to restore with NORECOVERY.
Post #1005584
ALZDBA
ALZDBA
Posted Friday, October 15, 2010 2:30 PM
SSCertifiable
Group: General Forum Members
Last Login: 2 days ago @ 2:13 PM
Points: 6,866,
Visits: 8,071
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".
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
Jul 13
Don't drive faster than your guardian angel can fly ...
but keeping both feet on the ground won't get you anywhere
-
How to post Performance Problems
-
How to post data/code to get the best help
-
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
Post #1005586
Daniel Bowlin
Daniel Bowlin
Posted Friday, October 15, 2010 2:42 PM
SSCrazy
Group: General Forum Members
Last Login: Yesterday @ 8:36 AM
Points: 2,681,
Visits: 2,423
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.
Post #1005595
Alan Vogan
Alan Vogan
Posted Friday, October 15, 2010 3:02 PM
Ten Centuries
Group: General Forum Members
Last Login: Thursday, May 02, 2013 10:44 AM
Points: 1,079,
Visits: 513
one lesson I have learned...Don't Change ANYTHING on Friday! Just answer easy questions on SQL Server Central...
Post #1005599
« Prev Topic
|
Next Topic »
47 posts, Page 1 of 5
1
2
3
4
5
»
»»
Permissions
You
cannot
post new topics.
You
cannot
post topic replies.
You
cannot
post new polls.
You
cannot
post replies to polls.
You
cannot
edit your own topics.
You
cannot
delete your own topics.
You
cannot
edit other topics.
You
cannot
delete other topics.
You
cannot
edit your own posts.
You
cannot
edit other posts.
You
cannot
delete your own posts.
You
cannot
delete other posts.
You
cannot
post events.
You
cannot
edit your own events.
You
cannot
edit other events.
You
cannot
delete your own events.
You
cannot
delete other events.
You
cannot
send private messages.
You
cannot
send emails.
You
may
read topics.
You
cannot
rate topics.
You
cannot
vote within polls.
You
cannot
upload attachments.
You
may
download attachments.
You
cannot
post HTML code.
You
cannot
edit HTML code.
You
cannot
post IFCode.
You
cannot
post JavaScript.
You
cannot
post EmotIcons.
You
cannot
post or upload images.
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.