SELECT * FROM Posts WHERE Category = 'SQL Server 2016'
Last week we started exploring some of the cool features that the new In-Memory engine (code name Hekaton) has brought into…
Last week Microsoft has done it. The release of SQL Server 2016 SP1 is a game changer, most of the desired but sometimes prohibitive features from Enterprise Edition are now…
Don’t get me wrong, they’ve always been there, but somehow someone forgot about them and weren’t used. Since last…
This post is part of the T-SQL Tuesday, which is a monthly blog party on the second Tuesday of each month. Everyone is welcome…
It’s been a month since the SQL Server community has their new toy, SQL Server 2016, which to my surprise and considering not everyone has yet adopted SQL 2014, it’s absolutely packed with new…
One of the most exciting things for me in this new version of SQL Server is inclusion of native gzip compression into the, I guess, storage engine functionalities. I know you can implement your own CLR version of…