This article will explain Azure storage explorer, its installations, and details of how to start working with this application to access Azure storage services. Azure storage provides a flexible solution to store various types of data at a massive scale in the cloud environment. If you have many storage accounts in Azure storage, then it will be difficult to manage them. Microsoft has recognized this problem and developed a desktop application Azure storage explorer to manage Azure storage accounts easily. It can be installed on Windows, Linux, and macOS operating systems.
Read more »5 reasons to consider on your Query Performance degradation
April 7, 2022This article gives fundamental insights into which 5 reasons can cause to drop off the query performances in SQL Server.
Read more »Fixed Server Roles in Azure SQL Database Server
April 6, 2022This article is for discussing fixed server roles in Azure SQL Database Server.
Read more »Getting started with Azure Storage
April 1, 2022This article will help you understand the Azure storage options available in the Microsoft Azure cloud. Microsoft Azure provides various services to store data depending on their type, nature, shape, and size. Data could be anything like an image, a video, a text file, a database file to store customer’s data, or data that comes from a digital medium like online retail websites or YouTube, etc. There are various types of data available, and one storage solution cannot fit all distinct types of data storage requirements.
Read more »SQL Server Dedicated Administrator Connections for Azure SQL Database
March 29, 2022This article explains SQL Server Dedicated Administrator Connections and how you can use it for Azure SQL Database.
Read more »Azure SQL Database Connectivity architecture
March 24, 2022The 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 to Azure databases that control connectivity to the database.
Read more »Drop temp tables in PostgreSQL
March 22, 2022In this article, we are going to learn how we can drop the temp table in PostgreSQL. The temp table is used to store data temporarily. Suppose you want to format or manipulate the data using aggregate and string functions. So instead of processing and formatting the data in the base table, it is preferred to populate data from the base table and store it in a temporary table. You can process and format the data stored in a temporary table. The syntax to create a temporary table and regular table are the same. You can add indexes, constraints, statistics to the temporary tables. In this article, we are going to learn the following topics:
Read more »Configure IP firewall rules for Azure SQL Databases
March 18, 2022The 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 the database infrastructure.
Read more »Natural Language based data exploration in Power BI
March 15, 2022In this article, we will learn how to add natural language-based data exploration capability to Power BI reports.
Read more »Azure Functions for Azure SQL Database
March 10, 2022As a Platform as a Service (PaaS) service, Azure SQL Database enables developers to deploy SQL Database in Azure Cloud without managing the infrastructure. We use SQL Server Agent to schedule jobs to run at a specific schedule in an on-prem SQL instance. However, Azure DB does not have agent functionality.
Read more »Analyzing data with decomposition trees in Power BI
March 9, 2022In this article, we will learn the use of decomposition trees in Power BI and learn how to use it to analyze data using the visual as well as the AI built into this visual.
Read more »Create SSRS reports for PostgreSQL using SSDT 2017
March 7, 2022In this article, we are going to learn how we can create an SSRS report to populate the data from PostgreSQL 13 using SSDT 2017.
Read more »Connect Azure SQL Database using Python from Ubuntu
March 4, 2022Azure SQL Database or Managed instance is a Microsoft cloud offering for SQL Server in the managed cloud environment. Usually, we connect databases from SQL Server Management Studio, Azure Data Studio, or applications for query data.
Read more »Understanding security testing for SQL Server environments
March 3, 2022This article will explain various aspects of security testing for the SQL Server environment. Security is a very critical area for any database environment. We must properly plan, deploy, and audit database security measures to protect and prevent any unauthorized access of the data. We should also perform regular security testing to ensure we have the right set of rules and policies in place to secure our database environment. Database security measures also help any organization to protect its data to maintain its privacy and integrity.
Read more »Understanding Transfer database objects in SSDT 2017
March 2, 2022In this article, we are going to learn how we can copy database objects between two databases of different instances of SQL Server. Sometimes, we receive the request to provide the specific database object to another database. To fulfill this requirement, instead of using Generating the T-SQL script for each object and export data using import-export task, we can use the Transfer SQL Server Object task of SSDT 2017. In this article, we will understand how we can transfer the database objects of a specific schema to another database.
Read more »Analyzing report performance of Power BI Desktop reports
March 1, 2022In this article, we will learn how to analyze the performance of Power BI Desktop reports using the Performance Analyzer.
Read more »Permissions comparison between on-premises SQL Server and Azure SQL Database
February 25, 2022The database contains business, customer sensitive and confidential data. Therefore, securing the database environment is the prime responsibility of a database administrator. If you plan to host your databases in Microsoft Azure, you can choose the platform as a service solution – Azure SQL Database. The Azure SQL DB is a fully managed database service; therefore, you do not get full access to SQL Server features, databases.
Read more »Filtering data using Slicers in Power BI Reports
February 24, 2022In this article, we will learn how to user slicers to filter data in a Power BI report.
Read more »Migrate tables with a foreign key to memory-optimized tables of SQL database
February 23, 2022In this article, we are going to learn how we can migrate the tables with a foreign key to memory-optimized tables of the SQL database.
Read more »Deploy SQL Database projects using Azure Data Studio
February 22, 2022This article explores an alternative solution for SSDT using Azure Data Studio for both Windows and Linux SQL Server.
Read more »SQL Server Database Parameterization option and its Query Performance effects
February 18, 2022The goal of this article is to give details about the database query parameterization feature and explain its effects on query performance.
Read more »Data Lifecycle Management in Azure Blob Storage
February 17, 2022This article will show how to manage the lifecycle of data using the features available in the Azure Blob Storage account.
Read more »Explore Jupyter Books in Azure Data Studio
February 14, 2022This article introduces and explores the Jupyter books in the Azure Data Studio.
Read more »Introduction to the latest features of Power BI Desktop
February 10, 2022In this article, we will take a walk-through of the Power BI Desktop user interface and features provided to author reports.
Read more »Learn PostgreSQL: How to create a table in PostgreSQL
February 8, 2022In this article, we will learn how to create a table in PostgreSQL. I am going to explain the following topics:
Read more »