Viewing 15 posts - 106 through 120 (of 380 total)
I think it's funny how all of these "NoSQL" environments now support some flavor of SQL. In reality, they meant to be non-relational.
I've seen many projects implemented in...
August 14, 2018 at 1:53 pm
August 14, 2018 at 11:41 am
August 14, 2018 at 9:23 am
August 14, 2018 at 8:49 am
As previously mentioned, an ORM is a tool that when used properly does what is expected. Unfortunately, it's the mis-use of an ORM where I have encountered more performance issues...
August 14, 2018 at 6:25 am
I agree with John Rees in that there should be an option to turn it on so I can ensure that my developers use it consistently like I do. I...
August 6, 2018 at 5:18 am
.. There's always a schema, and the rules have to be implemented up front, or later on. Whether you use a RDBMS or a NoSQL store, you are going...
July 3, 2018 at 11:26 am
July 3, 2018 at 11:21 am
April 3, 2018 at 11:23 am
I have to agree with Steve on this: “I'll admit that I often prefer to transform data inside of a SQL Server target, OLTP or DW database. The reason is...
April 3, 2018 at 5:38 am
Funny, I was actually glad to get this one wrong! I had always assumed that there was no order of logical precedence and therefore always preached using parenthesis correctly. I...
April 2, 2018 at 7:38 am
I totally believe in paying it forward. Because of a presentation I saw in a user group, it open my eyes to a whole new world. Actually, there wasn't a...
April 2, 2018 at 7:33 am
The only case where i...
March 27, 2018 at 9:32 am
Ignoring the missing OVER() clause, this is still a good example. I have seen way too many situations where DISTINCT was thrown into a query without regard to the consequences. ...
March 27, 2018 at 6:05 am
I automated myself out of a job once with...
February 15, 2018 at 8:24 am
Viewing 15 posts - 106 through 120 (of 380 total)