10 steps for a good code review

Photo by Charles Deluvio on Unsplash 1. Understand the problem Of course the first thing every code reviewer should do is to get himself familiar with the concrete problem which the implementation is meant to solve. You have to read the acceptance criteria, discuss them with the BA and with the developer to get the … Continue reading 10 steps for a good code review

Connect to inactive node on clustered environment through SSMS (SQL Server)

If you are using Azure SQL Server and you have already configured a clustered environment to implement a high-availability architecture in Azure SQL database you will have one active node.The rest will be accessible only in read-only mode.When you connect to some of the inactive nodes through SQL Server Management Studio and try to open … Continue reading Connect to inactive node on clustered environment through SSMS (SQL Server)