{coding}Sight·Dec 28, 20203 Easy and Secure Ways to Make Users Run SSIS PackagesHave you ever come across a situation where you needed to make users run SSIS packages? This happens when the user is not comfortable with…
{coding}Sight·Dec 28, 2020Configure Database Mirroring in SQL ServerDatabase mirroring is a SQL Server high availability solution provided by Microsoft, with the following components.
{coding}Sight·Dec 28, 2020Git Branching Naming Convention: Best PracticesGit offers flexible branching strategies, but what does it mean? In simple words, a branching strategy is a set of rules, a convention…
{coding}Sight·Nov 30, 2020Configure SQL Jobs in SQL Server using T-SQLSQL Server Agent is a component used for the database tasks automation. For instance, we need to perform Index maintenance on Production…
{coding}Sight·Nov 26, 2020Deploying the first SQL to Azure Migration project with Azure Database Migration ServiceAzure Database Migration Service (ADMS) supports Schema and Data migration from different database technologies to the Azure platform…
{coding}Sight·Nov 18, 2020Using SQL Server 2016 Upgrade AdvisorSQL Server is designed to allow multiple databases on a single instance. With this model, it is possible to have databases sitting on an…
{coding}Sight·Nov 6, 2020Introduction to Azure Database Migration Service (ADMS)Microsoft Azure platform provides an Azure Database Migration Service (ADMS) — a convenient solution for the Azure Cloud-based Databases…
{coding}Sight·Nov 4, 2020Restoring SQL Server Master DatabaseThe master database contains records of the structure/configuration for both the current instance and all other databases. When you run…
{coding}Sight·Oct 30, 2020Deploying a Database on Azure SQLAzure SQL Database is a Platform as a Service (PaaS) offered by Microsoft Azure. Hence, you need the Azure subscription to use this SQL…
{coding}Sight·Oct 28, 2020How To Migrate SQL Server Jobs From One SQL Server Instance To AnotherIn a previous article, we highlighted that the msdb database stores practically all objects related to automation. In this article, we’ll…