On June 1st Microsoft announced the global availability of SQL Server 2016. Let's see what's inside.
SQL Server
How to Deal with Query Throttling in SharePoint
Database SharePoint One of the most prevalent misconceptions about SharePoint is that it can be freely used as a database. While it certainly doesn’t have most of the features a “proper” database would have, it still offers the possibility to organize data in various lists (acting like data tables of sorts) and to establish relations…Read more How to Deal with Query Throttling in SharePoint
SQL Server Performance – configure your Temp Db
Tomasz Modelski In this post I want to give you a very simple but powerful performance tip for MS SQL Server : Configure your Temp Db properly!! - even on your development environment! Temp Db is one of MS SQL Server's bottlenecks and it is badly configured by default!! If you don't want your queries…Read more SQL Server Performance – configure your Temp Db