Friday, 10 January 2014

Free SQL Server eBooks

Link to lots of really good, and best of all, FREE SQL Server eBooks:

https://github.com/vhf/free-programming-books/blob/master/free-programming-books.md#sql-server

No comments:

Post a Comment

Updating massive amount of rows whilst avoiding blocking

The following SQL is a good means to split an update on a massive table into smaller chunks, whilst reducing blocking. The method is to upda...