November 29, 2021 at 12:00 am
Comments posted to this topic are about the item Don't Learn, Do It
November 29, 2021 at 8:09 am
Ok... here's one for you that a whole lot of people don't understand (borrowing a part of a quote from the article)...
"Don't try to learn T-SQL. Try to learn to do your current job using T-SQL."
If people spent more time learning the language of data, they wouldn't have to spend so much time learning other stuff.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 29, 2021 at 3:20 pm
Why does this seem to apply to so many things these days? It's not just learning a programming language.
Thanksgiving morning, I received a Teams message from an offshore resource asking about a message she received when deploying a Power BI report. For starters, she advertised herself as an experienced Power BI developer. The setting she missed is pretty basic. A Google search turned up the explanation on the first hit.
An experienced developer complained to me that until SQL has a date, and a time, datatype, it will never be a very good database. This person has been writing code since the 90's. When I told him that date and time types have been in there for almost 15 years, he was astounded. His response? Why didn't they (me) tell anyone?
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
November 29, 2021 at 6:23 pm
I always give a little leeway on Google searches, as we get different results from each other. However, I do expect people to take a minute and go looking. I know I've learned that I should spend my time before asking someone to spend theirs.
November 30, 2021 at 1:19 am
An experienced developer complained to me that until SQL has a date, and a time, datatype, it will never be a very good database. This person has been writing code since the 90's. When I told him that date and time types have been in there for almost 15 years, he was astounded. His response? Why didn't they (me) tell anyone?
What's even more amazing about that is someone that thinks that splitting dates from times in the same table is some sort of miracle panacea and a "Best Practice".
--Jeff Moden
Change is inevitable... Change for the better is not.
November 30, 2021 at 7:13 am
FYI Many of the production restores I've had to perform was due to devs learning the delete statement.
BTW I messed up a couple of client machines myself tampering with powershell because the first examples I got to see used a parameter "-force"
Picking the low fruit did cost a couple of trees!
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
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply