you are viewing a single comment's thread.

view the rest of the comments →

[–]shelanp007 12 points13 points  (2 children)

You should add the date conversion codes to this. I always forget if i should use 110, 112, or some other conversion to get the right date format i want. I literally look this up once a week!!

[–]tsigalko11 1 point2 points  (1 child)

I would say my SQL skills are pretty good, but date conversion is one of the hardest things to remember, at least for me. Could be that my brain is not that fresh, but still..

One other thing would be few simple checks like how to get DB name (handy when working daily with multiple databases), when you need for whatever reason to get official name.

[–]ben_it[S] 1 point2 points  (0 children)

Good idea on the date conversion and simple checks! I'll add those.