Viewing 15 posts - 196 through 210 (of 528 total)
Maybe I'll get you to make some timeless webinars after all 🙂
Much of the travel I see is for the benefit of the speakers rather than the only...
December 15, 2017 at 8:09 am
December 11, 2017 at 12:50 pm
December 11, 2017 at 12:15 pm
It seems like the IT staff wants to have control over the hiring and firing at the people at an organization. I don't want them to. I do my best...
December 11, 2017 at 9:50 am
SELECT id, name, email
FROM Customers
Now, we all know that we should use...
December 11, 2017 at 8:16 am
The description column in the documentation next to the object name is the thing that is often the most useful.
It would be funny to just create the alternative...
December 8, 2017 at 8:41 am
I tried to find a $500 laptop that had a HD screen, a SSD drive and at least 8GB of RAM without success. I got an HD Screen phone instead.
November 26, 2017 at 9:14 pm
The implementation of documentation is more about getting the right information than how to deploy it. These aren't big bang problems, they are ongoing needs for everyone to communicate. We...
November 21, 2017 at 9:53 am
I think the more webinars available the better. Presentations are pretty good candidates for webinars and I like to see more of them converted to that format in the future.
October 23, 2017 at 11:03 am
I would have liked to see a link for this:
" There is a formula for bin width, but for this example I just chose even width bins. "
October 17, 2017 at 8:17 am
Two comments:
I like the ZTD variation of the Getting Things Done (GTD) methodology. Both are good systems for improving your productivity. I've published a ZTD ebook in wiki...
October 11, 2017 at 9:24 am
It seems from a quick read of this article that R may be better suited to your style.
https://qz.com/1063071/the-great-r-versus-python-for-data-science-debate/
October 5, 2017 at 8:15 am
Sadly my most recent foray into powershell was to do a rename of a tree in the file system. The shell was very very slow.
This has been a...
October 3, 2017 at 11:16 am
I created this list when I want to remember the formats:
select 100 'Convert_style',convert(varchar,GETDATE(),100) 'Output', 'MMM dd yyyy hh:mm/M' 'format', 'datetime' 'Type' union
select 101 'Convert_style',convert(varchar,GETDATE(),101) 'Output', 'mm/dd/yyyy' 'format',...
September 27, 2017 at 7:52 am
We keep our frequently use queries on a wiki
September 19, 2017 at 9:09 am
Viewing 15 posts - 196 through 210 (of 528 total)