Configure Database Mirroring in SQL Server
Database mirroring is a SQL Server high availability solution provided by Microsoft, with the...
Deploying the first SQL to Azure Migration project with Azure Database Migration Service
Azure Database Migration Service (ADMS) supports Schema and Data migration from different database technologies to the Azure platform. This...
Introduction 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...
Deploying a Database on Azure SQL
Introduction Azure SQL Database is a Platform as a Service (PaaS) offered by Microsoft Azure....
10 Tips & Tricks To Work With SQL Server Management Studio
SSMS provides access for managing and solving queries in SQL. However, besides its primary and most demanded options, it includes lots of...
How to Configure Database Mail in SQL Server
INTRODUCTION Notifications are usual in most modern systems. SQL Server implemented means of sending notifications by email early with the...
How to Make Sense of SQL Server Geography Data Type
SQL Server Geography data type is unlike other types simply because you don’t use it often....
How To Migrate SQL Server Jobs From One SQL Server Instance To Another
Introduction In a previous article, we highlighted that the msdb database stores practically all objects related to automation. In this...
Creating Maintenance Plans in SQL Server
Maintenance plans in SQL Server give us an easy way to organize, configure, and schedule tasks that ensure that the database engine and the...
7 Facts About SQL Server Synonyms You Should Know
Before SQL Server Synonyms appeared, everyone wished to simplify and enhance their database...