JSON has stolen some of XML's thunder with features such as human and machine readability, a lightweight, compact text structure and support for many software and hardware platforms. JSON (JavaScript ...
Last time, I discussed how to get PowerShell and SQLPS up and running on your machines. And much like my dog chasing its tail, you're probably asking yourself, "Now that I have it, what do I do with ...
This book aims to improve your SQL queries using design patterns, how does it fare? The book contains a wide range of topics, supposedly held together by design patterns and best practices. Design ...
A common SQL habit is to use SELECT * on a query, because it’s tedious to list all the columns you need. Plus, sometimes those columns may change over time, so why not just do things the easy way? But ...
Out of the box, SQL Server is a pretty fast product. But over time and with heavy use, it can slow down. Without regular maintenance and upkeep, querying SQL Server may be a great deal like watching ...
With SQL Server 2016, it now makes sense to store JSON objects in your database (even though there’s no JSON datatype). Here’s how to query JSON properties to find the rows you want. It’s not unusual ...