Viewing 15 posts - 916 through 930 (of 1,933 total)
Thanks for this article, Steve. I love data analysis, largely because I love Math. Got my degree in Mathematics. However, your article also points out that just knowing math or...
January 9, 2018 at 9:14 am
@TUellner, I just downloaded SQL Search and installed it. Then I got into SSMS v17.4, but couldn't find how to run it. How...
January 5, 2018 at 8:48 am
Oh boy Steve, could I ever say a lot in response to this. At my old job I worked for a university. In our IT shop we were a Microsoft...
January 4, 2018 at 8:33 am
January 4, 2018 at 8:01 am
I'm wondering if:
$a = New-Object string[][] 3,2
Write-Host $a.Count $a[0].Count
should be written like this:
$a = New-Object string[][] 3,2
December 21, 2017 at 8:36 am
Interesting article. Unfortunately where I work most of these services/tools are blocked from everyone being able to use them.
December 18, 2017 at 8:33 am
December 11, 2017 at 8:54 am
December 10, 2017 at 7:32 am
I very much prefer to use plural for naming tables, like People rather than Person. To me, it conveys what's in the table (a set of people), rather than a...
December 8, 2017 at 9:21 am
I really like this article. However, coming at this more from a developer's point of view, I can understand the attraction of the new and shiny thing. It's fun working...
December 7, 2017 at 11:24 am
December 6, 2017 at 8:24 am
December 6, 2017 at 8:22 am
Good article, Steve. Got a question and a comment.
First the question. What did the authors of Freakonomics mean by the "... data as an important part of analyzing...
December 5, 2017 at 9:23 am
December 5, 2017 at 8:23 am
Good article, Steve. I've been thinking about testing software, unit testing and so forth. I've mentioned before how learning unit testing I believe got me my current job, so I...
December 4, 2017 at 9:26 am
Viewing 15 posts - 916 through 930 (of 1,933 total)