Arpit ShrivastavaforScroBits Technologies LLPscrobits-technologies.hashnode.dev·Oct 5, 2024Seamless Azure SQL to Amazon RDS Migration: A Step-by-Step GuideOverview of Azure SQL to Amazon RDS Migration Migrating from Azure SQL to Amazon RDS can seem daunting. But it doesn’t have to be. By the end of this guide, you'll understand why database migrations are becoming more popular, and how to leverage th...Discusssql migration
Mohamad MahmoodforHashNoteshashnotes.hashnode.dev·Sep 28, 2024Azure SQL Database SetupAzure SQL Database SetupDiscussAzure SQL Database
Rabiatu Mohammedrabiatucloud.hashnode.dev·Sep 16, 2024Azure SQL Migration: A Step-by-Step Guide Using Azure Data StudioOrganizations are increasingly looking for ways to optimize their data management processes. One of the most efficient ways to achieve this is by migrating on-premises databases to the cloud. This is where Azure SQL comes into play; a powerful, scala...DiscussAzure SQL Database
Rabiatu Mohammedrabiatucloud.hashnode.dev·Sep 7, 2024Getting Started with Azure SQL Database: Your Guide to Building and Managing Cloud DatabasesIntroduction Imagine you're tasked with building or managing a database that needs to grow effortlessly as your business scales, all while keeping your data safe and accessible from anywhere. That’s where Azure SQL Database comes in a powerful platfo...DiscussAzure
Azure Byteskasambalumwagi.hashnode.dev·Aug 27, 2024Comparing Azure Blob Storage, Data Lake Storage, and SQL Database: Which to Use When?When building solutions in Microsoft Azure, choosing the right data storage service is crucial for balancing performance, cost, scalability, and ease of management. Azure offers various data storage options, with Azure Blob Storage, Data Lake Storage...Discussazure-blobstorage
Azhar Hussainblog.azharhussain.net·Aug 12, 2024Introduction to Cloud DatabasesCloud databases offer a flexible, scalable, and cost-effective solution to handle vast amounts of data. Whether you're building an enterprise application or a small startup, understanding the different types of cloud databases and selecting the right...Discuss·1 like·663 readsCloud Computing 101Cloud Databases
Prakash Agrawalprakashagrawal.hashnode.dev·Jun 14, 2024Azure Data Services and Azure SQLIn this first part of the blog, we will go through some high-level definition of services we will use and create Azure SQL database resource to start with. Azure Data Storage: Azure Data Storage is a suite of cloud-based storage solutions provided by...DiscussAzure SQL Database
Shivam Singhchromazo.hashnode.dev·Jun 9, 2024Azure SQL Database: Replication and BackupEven the robust world of Azure SQL Databases can experience disruptions. But fear not! With a well-defined disaster recovery plan, you can minimize downtime and data loss. This blog post dives into two key concepts: Recovery Point Objective (RPO) and...DiscussAzure
Josef Richbergjosefrichberg.com·Jun 4, 2024Prevent SQL Injection Attacks Using SQL Server Stored ProceduresSQL injection is a very serious topic and there are numerous libraries and best practices to help you secure your connection between your app and your database. To reduce the ability of bad actors to take over your SQL requests you can use Stored Pro...Discuss·57 readsSQL Server
Marcel Michaublog.marcelmichau.dev·May 31, 2024Azure SQL - Create SQL User From Managed IdentityWhen using Managed Identities in Azure, a common requirement is creating a SQL user for your app's Managed Identity in your Azure SQL Database from some CI/CD pipeline. Sometimes apps need to talk to a database - who knew? According to the documentat...Discuss·158 readsAzure