SQL Server Tutorial
This article is a SQL Server Tutorial. If you want to learn how to install and start with SQL Server from 0, this is the place to start. We will teach you to install SQL Server, start your first...
View ArticleManage SQL Databases in CentOS: Install SQL Server on CentOS
In this article, we will understand how we can manage a SQL Database in CentOS 8.0. This article is the first article on the topic Manage SQL Server on CentOS. Step-by-step Installation of SQL Server...
View ArticleSSMS 2016 – A FAQ manual
Introduction In this article, we will answer the most common questions related to SSMS 2016 like these ones: What is SSMS 2016? How to install SSMS 2016? What SSMS versions exist? Is SSMS 2016...
View ArticleSQL Server Data Tools for Visual Studio 2015
The SQL Server Data Tools for Visual Studio 2015 are tools used for different purposes like: Working in relational database projects. Creating multidimensional or tabular databases in Analysis...
View ArticleDatabase level roles in Azure SQL Database
This article explores the database-level roles in the Azure SQL Database. Introduction to Azure SQL Database security management Database security is critical for an organization to protect...
View ArticleFixed Server Roles in Azure SQL Database Server
This article is for discussing fixed server roles in Azure SQL Database Server. Introduction Azure SQL Database provides relational Microsoft SQL Server in the PAAS (platform-as-a-service) offering....
View ArticleAzure SQL Database Connectivity architecture
The article Configure IP firewall rules for Azure SQL Databases, discuss the configuring server and database IP firewall rules for Azure databases. In this article, we will explore setting applicable...
View ArticleConfigure IP firewall rules for Azure SQL Databases
The Azure SQL Database provides high performance, secure and reliable managed relational database service. Security is the prime focus area in both on-premises and cloud infrastructure while designing...
View ArticleDeploy SQL Database projects using Azure Data Studio
This article explores an alternative solution for SSDT using Azure Data Studio for both Windows and Linux SQL Server. The SQL Server Data Tools (SSDT) is a development tool for building SQL Server...
View ArticleSQL Server Developer Edition – a FAQ article
In this article, we will cover the most common questions about this nice SQL Server Developer Edition. Introduction If you are reading this article, it means that you heard about a SQL Server edition...
View ArticleConfigure a Linked Server between SQL Server and PostgreSQL using ODBC drivers
This article explains configuring a linked server between SQL Server 2019 and PostgreSQL. In my previous article named Configure ODBC drivers for PostgreSQL, we got introduced to the ODBC driver of...
View ArticleHow to download and install SQL Server 2016 express edition
In this article, you are going to learn about SQL Server 2016 express download and installation process. The SQL Server 2016 express edition is a free version of SQL Server that offers limited...
View ArticleConfigure ODBC drivers for PostgreSQL
In this article, we are going to understand the process to configure the ODBC driver for PostgreSQL. For the demonstration, I have installed PostgreSQL on my workstation. The details of the server and...
View ArticleCreating databases in Oracle 19c using the Database Configuration Assistant
In this article, we understand how to create a new database in Oracle 19c using a database configuration assistant. The database configuration assistant allows us to create a new database using a...
View ArticleInstalling Oracle 19c on Windows Server 2019
In this article, we understand the step-by-step installation process of Oracle 19c on Windows Server 2019. The minimum hardware requirement to install an Oracle database server is following: Server...
View ArticleHow to manage SQL Server logs effectively
This article covers an overview of SQL Server logs for monitoring and troubleshooting issues in SQL Server. Introduction The logs are the best resources for a database administrator in troubleshooting...
View ArticleMin and Max memory configurations in SQL Server Database instances
This article gives an insight into the configuration of Min and Max memory for SQL Server Database instances. Introduction The server performance depends on various factors such as CPU, Memory, and...
View ArticleHow to install SQL Server developer edition
In this article, we are going to learn how we can install the SQL Server developer edition. We are installing the SQL Server 2017 developer edition on my workstation. Before we begin the installation,...
View ArticleRelationships and comparisons between SQL Server TempDB and Model databases
This article explores relationships and comparisons between SQL Server TempDB and Model databases in a unique way. Introduction By default, each SQL Server instance comes up with four system databases...
View ArticleMoving the SSISDB Catalog on a new SQL Server instance
This article will explore the right way of moving integration services (SSIS) catalog SQL Database to a new instance. Introduction SSISDB is a repository for your SSIS package projects, package...
View Article