December 26, 2013 at 8:57 am
Just a General Request.
When giving a helpful reply, throw in a few comments to explain some of the less obvious SQL statements. It can make a world of difference to have even a few words explaining some of the logic & syntax, and only takes a few seconds to type it.
It can save the reader, especially a newbie, lots of head scratching.
December 26, 2013 at 9:17 am
Yeah! Especially THIS guy! 😉
http://www.sqlservercentral.com/Forums/FindPost1512914.aspx
--Jeff Moden
Change is inevitable... Change for the better is not.
December 26, 2013 at 12:14 pm
Jeff Moden (12/26/2013)
Yeah! Especially THIS guy! 😉
Yes, great example of what not to do !
December 26, 2013 at 12:43 pm
Yeah that Forfiles syntax is throwing me for a complete loop 😉
Seriously, notes in the code is extremely helpful. Especially if we are going to start tossing PoSH scripts up here as answers to questions.
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
December 26, 2013 at 1:37 pm
SQLRNNR (12/26/2013)
Yeah that Forfiles syntax is throwing me for a complete loop 😉Seriously, notes in the code is extremely helpful. Especially if we are going to start tossing PoSH scripts up here as answers to questions.
Heh... I agree. Otherwise the PoSH scripts are just PoS. 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
December 26, 2013 at 1:40 pm
Jeff Moden (12/26/2013)
SQLRNNR (12/26/2013)
Yeah that Forfiles syntax is throwing me for a complete loop 😉Seriously, notes in the code is extremely helpful. Especially if we are going to start tossing PoSH scripts up here as answers to questions.
Heh... I agree. Otherwise the PoSH scripts are just PoS. 😉
Heh..fwiw - pun was not intended.
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
December 26, 2013 at 1:40 pm
What do wedding invitations have to do with SQL ?
December 26, 2013 at 1:42 pm
homebrew01 (12/26/2013)
What do wedding invitations have to do with SQL ?
ROFL - that was good
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
January 1, 2014 at 6:28 pm
homebrew01 (12/26/2013)
Just a General Request.When giving a helpful reply, throw in a few comments to explain some of the less obvious SQL statements. It can make a world of difference to have even a few words explaining some of the logic & syntax, and only takes a few seconds to type it.
It can save the reader, especially a newbie, lots of head scratching.
I suspect Jeff (and probably others) may disagree with me here but there's another school of thought.
While good comments explaining what is going on is great in Prod code, helpful answers to a forum question are those that help the OP learn.
That may mean a little bit of head scratching. Seriously, are you willing to dump some code into Prod just because you found it on the Internet? Better to dissect it and thoroughly understand it first. Comments may possibly distract you from doing that, by beguiling you into thinking that you know what is going on when in reality you may not.
I'm always available to answer questions if you don't understand some code I've posted.
My thought question: Have you ever been told that your query runs too fast?
My advice:
INDEXing a poor-performing query is like putting sugar on cat food. Yeah, it probably tastes better but are you sure you want to eat it?
The path of least resistance can be a slippery slope. Take care that fixing your fixes of fixes doesn't snowball and end up costing you more than fixing the root cause would have in the first place.
Need to UNPIVOT? Why not CROSS APPLY VALUES instead?[/url]
Since random numbers are too important to be left to chance, let's generate some![/url]
Learn to understand recursive CTEs by example.[/url]
[url url=http://www.sqlservercentral.com/articles/St
January 2, 2014 at 1:17 am
dwain.c (1/1/2014)
homebrew01 (12/26/2013)
Just a General Request.When giving a helpful reply, throw in a few comments to explain some of the less obvious SQL statements. It can make a world of difference to have even a few words explaining some of the logic & syntax, and only takes a few seconds to type it.
It can save the reader, especially a newbie, lots of head scratching.
I suspect Jeff (and probably others) may disagree with me here but there's another school of thought.
While good comments explaining what is going on is great in Prod code, helpful answers to a forum question are those that help the OP learn.
That may mean a little bit of head scratching. Seriously, are you willing to dump some code into Prod just because you found it on the Internet? Better to dissect it and thoroughly understand it first. Comments may possibly distract you from doing that, by beguiling you into thinking that you know what is going on when in reality you may not.
I'm always available to answer questions if you don't understand some code I've posted.
Nope. I don't disagree at all. That's why I document the hell out of most of the code I post and do the "Alices Restaurant" thing with what I write up.
There are times, however (like the post I just answered about telephone number formats) where I believe the answer is simple enough that if the OP doesn't know what LIKE is, they should take it upon themselves to look up what LIKE does. Ostensibly, the OPs are "programmers" and they should know to lookup things they see in code that they don't know about.
As with all else, "It Depends".
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 10 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic. Login to reply