SQL SERVER – Recompiling InMemory OLTP with SQL Server 2016
SQL SERVER – How to Create a Readable Secondary Server in SQL Server Standard – Notes from the Field #107
[Notes from Pinal]: The basic nature of human is greedy. When we get one thing which we desire the next thing. In the early world of SQL Server we got a secondary server as a backup or high availability. In earlier times the secondary server was not readable, it just served as a backup. At this point of time our human nature kicked in and we want to get more from the server, which was just sitting there most of the time. We wanted to make our secondary server readable. This is when I reached out to Kenneth and asked him what can we do to make our secondary server as a readable.
SQL SERVER – Server Side and Client Side Trace
SQL SERVER – Fix SQL Server Index Fragmentation with dbForge Index Manager
You need to know SQL Server basics to keep database performance at the highest level. This knowledge will also help you to be prepared to any potential problems. When working with files, you may discover that there is not enough free space to store the required data in the file. By default, in such situations, SQL Server locks the file and extends it (it’s called – autogrow). Let us learn about SQL Server Index Fragmentation.
Interview Question of the Week #049 – Taking Database Offline
SQL SERVER – Discussion on understanding NUMA
SQL SERVER – Connecting to Azure SQL DB
SQL SERVER – Getting Started with Project Versions in the SSIS Catalog – Notes from the Field #106
[Notes from Pinal]: We are human and we make mistakes. However, sometimes mistakes are so big that we can’t reverse it. Version control is our rescue when we make mistakes. In my life I have been fortunate few times when I deleted something important and version controlled saved me. Similarly, for SSIS Catalog version control is very important as well.