SQLServer

SQL Server 2016 SP1 Standard Edition = Enterprise Edition!?

Last week Microsoft made a historic announcement regarding SQL Server: with the introduction of the Service Pack 1 the Standard Edition of SQL Server offers you the same features as the Enterprise Edition. You don’t trust me? Just look here. This changes the whole game in the market for relational databases and is mostly a …

SQL Server 2016 SP1 Standard Edition = Enterprise Edition!? + read more

Disabling ROW and PAGE Level Locks in SQL Server

Today I want to talk about another very interesting topic in SQL Server: disabling Row and Page Level Locks in SQL Server. Every time that you rebuild an Index in SQL Server, you can use the ALLOW_ROW_LOCKS and ALLOW_PAGE_LOCKS options to specify that SQL Server should acquire Row and Page Level Locks when accessing your …

Disabling ROW and PAGE Level Locks in SQL Server + read more