In this article, we will learn how to get started using PostgreSQL on Docker. PostgreSQL is one of the most popular open-source databases that is being used by a lot of developers. It is highly stable and has a large community that maintains and supports the database development lifecycle. PostgreSQL can be installed on any operating system like Windows, macOS, and Linux. With the rise in containerization technologies, PostgreSQL can now also be installed using Docker.
Read more »Configure cross-platform SQL Server Always On Availability Groups
August 10, 2022This article for the Always On Availability Groups series will show how to configure SQL Server Always On Availability Groups between Windows and Linux SQL instances.
Read more »Managing file groups of SQL Databases
August 8, 2022IN this article, we are going to learn how we can manage the filegroup of SQL Database in SQL Server. The SQL Server has four filegroups.
Read more »SSMS 2016 – A FAQ manual
August 5, 2022Introduction
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 compatible with any SQL Server version?
- What changes were made in SSMS 2016?
- How to uninstall SSMS 2016?
SQL Server Data Tools for Visual Studio 2015
August 3, 2022The 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 Services.
- Using Integration Service projects to import and export data.
- Building Reports in reporting services.
SQLPackage utility to export Azure SQL Databases
August 1, 2022Azure SQL Database does not support native database backups. Therefore, you cannot use it to move from the Azure cloud to on-premises SQL Server. You can use the data-tier application BACPAC file format for exporting database schema and data from the Azure database. This BACPAC file is helpful to deploy on an Azure SQL Database, Managed Instance, and on-premises SQL Server.
Read more »Managing Cosmos DB using Azure storage explorer
July 29, 2022This article will explain how to perform various activities for Azure cosmos DB using Azure storage explorer. The storage explorer is a very useful desktop utility that helps admins to manage Azure storage without accessing the Azure portal. We can also connect to Azure Cosmos DB accounts using this tool but this feature will be deprecated in the future. As of now, it is supported so I decided to explore it for cosmos DB activities.
Read more »Import data using R in Power BI
July 27, 2022In this article, we will learn how to configure Power BI to work with R and source the required datasets from it for reporting in Power BI Reports.
Read more »Enable Azure Storage diagnostics – Storage Metrics and Storage logging
July 25, 2022Azure storage is a core cloud storage service that is used by almost all application or database deployments. We use it in SQL Server for various requirements like for backing up our databases directly to blob storage or some clients prefer to host their databases in Azure blob storage to leverage snapshot backups functionality. Today, I will explore how to monitor and troubleshoot blob storage issues in the Azure cloud by looking into storage metrics and storage logging features of Azure storage. We can configure or enable both configurations to view graphs and visualize their metrics like how storage is performing in the Azure cloud during each transaction. We will be discussing two storage diagnostics features Storage Metrics and Storage Logging which are extensively used to identify a storage problem in the Azure cloud.
Read more »How to perform Process Mining using Power BI
July 20, 2022In this article, we will learn how to perform Process Mining with Power BI.
Read more »Five beneficial Azure Data Studio Extensions for SQL developers
July 19, 2022This article will mention five helpful Azure Data Studio extensions that may help to improve the SQL developers’ productivity.
Read more »Importance of Disk Caching in Azure storage disks for SQL Server workloads
July 15, 2022This article will explore the importance of disk caching in Azure storage for SQL Server workloads.
Read more »Analyzing spatial data with Azure Maps in Power BI
July 14, 2022In this article, we will learn how to represent spatial data on Azure Maps visualization and explore the features to effectively format the data to make it intuitive for the end-user.
Read more »Azure SQL Interview Questions and Answers
July 13, 2022Interested in becoming an Azure SQL DBA but don’t know how to start? This article prepares you for the Azure SQL DBA interview by providing reference material links.
Read more »How to build custom widgets on Azure Data Studio
July 7, 2022In this article, we will learn how to build a customized widget in Azure Data Studio that helps to monitor the performance metrics.
Read more »Choosing optimal Azure disk storage for SQL Server running on Azure VMs
July 6, 2022This article will explore various Azure disk storage available for SQL Server workload running on Azure virtual machines. Suppose you have been tasked to migrate your on-premises SQL Server workload to the Azure cloud. Your client does not want significant change in architecture so you have decided to migrate with IaaS (Infrastructure as a service) approach where SQL Server will be running on Azure virtual machines.
Read more »Problem solving database or data warehouse production issues with PRIDESTES DEPLOY Principle
July 5, 2022This article talks about a golden rule called PRIDESTES DEPLOY to sort out any SQL BI (business intelligence) related issue and it is particularly useful for resolving database, data warehouse or even reporting related issues where the database is built through modern tools like Azure Data Studio.
Read more »How to obtain SQL Execution Plans using different methods
June 30, 2022In this article, we will learn various methods of how to get an SQL execution plan of a query.
Read more »Analyzing key influencers in data with Power BI
June 29, 2022In this article, we will use Power BI Desktop to analyze key influencers in a dataset and learn how to use the corresponding visualization as well.
Read more »Generating smart narratives in Power BI
June 28, 2022In this article, we will learn how to use smart narratives in Power BI to generate textual narratives that summarize the key highlights of the data presented in the report.
Read more »Understanding the OPENQUERY function in SQL Server
June 24, 2022In this article, we are going to learn about the OPENQUERY function. It is used to run an ad-hoc distributed query on the remote data source using the linked server. There are various ways to query the remote data source. You can read this article, Querying remote data sources in SQL Server, to learn more about querying the remote data source. It is also used to execute pass-through queries to run INSERT, UPDATE and DELETE statements on the tables of the database configured in the linked server.
Read more »xp_cmdshell and sp_xp_cmdshell_proxy_account stored procedures in SQL Server
June 22, 2022This article explains the xp_cmdshell and sp_xp_cmdshell_proxy_account system stored procedures in SQL Server and how developers can use them to execute Windows commands.
Read more »Learn PostgreSQL: Install PostgreSQL on CentOS Linux
June 21, 2022In this article, we are going to learn how we can install PostgreSQL on CentOS. Just like Ubuntu and Redgate, CentOS is a Linux distribution and is used by many organizations. I have written an article, How to install PostgreSQL on Windows that covers the step-by-step installation process of the PostgreSQL on windows 10.
Read more »How to overcome parameter sniffing problems in ad-hoc queries
June 17, 2022The purpose of this article is to provide insights into how parameter sniffing occurs for an ad-hoc query and how it affects their performance.
Read more »Notebook Views for SQL Notebooks in Azure Data Studio
June 15, 2022We are excited to share that Notebook Views are available for SQL Notebooks in the Azure Data Studio (Currently Insiders release). This article will cover the following topics:
- What are Notebook Views?
- Where can you find Notebook Views?
- How do you create a new view?
- How do you modify an existing view?
- Where can you see database objects in the view?
- Where can you see table data in the view?
- Where can you see query results in the view?