Arkadeep Dearkadeepde.hashnode.dev·Aug 7, 2023Change The Azure SQL Pricing Tier Using SQL QueryIn my previous blog, I have shown how to get the DTU, CPU, memory percentage of an Azure SQL database using SQL query. Here in this blog, I will show you how to change the tier of the SQL server using SQL query. Prerequisite To execute this query, y...DiscussSQL
Suraj Somanisurajsomani.hashnode.dev·Jun 7, 2023Access Azure Database using Azure Active Directory authenticationTo enable Active Directory users/apps for accessing SQL Database, SQL Managed Instance, or Azure Synapse, we can follow the steps given below to create AD users in the database and give required permissions to tables, views, external tables, etc. In ...DiscussAzure
Sneh Bhattmytwocents.hashnode.dev·Jun 6, 2023Azure SQL Database query ideas - table partitionsThis post is part of the blog series created primarily for database engineers, with the hope that it might help you get a head start on your development tasks. With that being said, let us dive in... Benefits of Partitioning When tables have a large...DiscussAzure SQL Database Query IdeasAzure SQL Database
Lens Mutombolenscorpx.hashnode.dev·May 9, 2023Creating a C# Console App Connected to an Azure SQL DatabaseAzure SQL Database is a cloud-based relational database service that provides a scalable and secure platform for storing and managing data. In this article, we will discuss how to create a C# console app connected to an Azure SQL database. Step 1: Cr...Discuss·2 likes·81 readsC#
Lens Mutombolenscorpx.hashnode.dev·May 9, 2023Microsoft Azure : Setting Up an Azure SQL Database step by stepAzure SQL Database is a cloud-based relational database service that provides a scalable and secure platform for storing and managing data. In this article, we will discuss how to set up an Azure SQL database from Microsoft Azure step by step. Step 1...Discuss·33 readsSQL Server
Ahmed Sayedamsayed.hashnode.dev·Apr 2, 2023Connecting to Azure SQL Database from PythonAzure SQL Database is a cloud-based database service offered by Microsoft. In this document, we will discuss how to connect to an Azure SQL Database using Python. Prerequisites Before starting, make sure you have the following: An Azure account An ...DiscussData IntegrationAzure SQL Database
Ankurankuraxz.hashnode.dev·Mar 31, 2023Python & SQL ft. Azure, DataGripFor a start, many different databases are available, and they can be classified based on their scale or type of data they store or where they are hosted. In this example we are looking at a Relational SQL-based Database called PostgreSQL, and how to ...Discuss·51 readsAzure
Sneh Bhattmytwocents.hashnode.dev·Jan 25, 2023Azure SQL Database query ideas - finding queries currently running on the DBThis post is part of the blog series created primarily for database engineers, with the hope that it might help you get a head start on your development tasks. With that being said, let us dive in... Finding queries currently running on the database...Discuss·32 readsAzure SQL Database Query IdeasAzure SQL Database
Cloud4DevOpscloud4devops.com·Jan 6, 2023Options of SQL inside Azure (Azure SQL)We have so many options of SQL inside Microsoft Azure that you need to be careful when you decide which one to use. In this post, I would like to present the most important options of SQL that you can have inside Azure. Let's check out one by one !!!...Discuss·98 readsAzureazure sql
Raul NaupariProblog.raulnq.com·Dec 26, 2022Migrating a database from Microsoft Azure SQL to Amazon Aurora (PostgreSQL)Database migration, especially between heterogeneous engines, is always a complex task. Luckily for us, AWS offers a set of services/tools from the schema conversion until the data migration to make our life easier. AWS Database Migration Service (A...Discuss·81 readsAWS