Windows Azure SQL Database

Technical Article

Introduction to Azure SQL Database Scalability

  • Article

One of the primary advantages of Platform-as-a-Service solutions offered by Microsoft Azure is the ease with which scaling can be implemented. While SQL Database facilitates both vertical and horizontal scaling approaches, scaling it out is considerably more challenging. In this article, we will provide a high-level overview of both vertical and horizontal scaling methods available with Azure SQL Database.

You rated this post out of 5. Change rating

2014-12-17

8,467 reads

Technical Article

Management of Windows Azure SQL Databases via PowerShell with REST APIs

  • Article

Management of Azure SQL Databases has been greatly simplified by the introduction of the Azure PowerShell module. Marcin Policht describes the principles of dealing with the Azure PowerShell module’s REST APIs directly.

You rated this post out of 5. Change rating

2014-08-22

8,728 reads

Technical Article

Microsoft Azure SQL Database Security - Firewall Configuration

  • Article

Marcin Policht reviews security related challenges of Microsoft Azure Software as a Service-based SQL Database, focusing in particular on the SQL Server and database-level firewall access control functionality and methods that can be employed to implement it.

You rated this post out of 5. Change rating

2014-04-22

3,521 reads

Technical Article

Windows Azure SQL Database - Uploading Data by Using the bcp Utility

  • Article

Instead of using a custom SSIS-based project to upload content from an on-premise SQL Server database to Azure PaaS-based SQL Database, Marcin Policht presents an alternative approach. Using the bcp utility not only eliminates the need for any custom development, but also rivals SSIS in terms of its data transfer efficiency.

You rated this post out of 5. Change rating

2014-03-17

3,582 reads

Technical Article

Windows Azure SQL Database - Uploading Data by using SQL Server Integration Services

  • Article

Recently we presented a procedure for uploading data to a Windows Azure SQL Database from an on-premise SQL Server instance. Today we will accomplish the same objective by employing a more traditional approach to data extraction, transformation, and loading (ETL) that relies on SQL Server Integration Services (SSIS).

You rated this post out of 5. Change rating

2014-02-18

3,765 reads

Technical Article

Migrating SQL Server Database to Windows Azure - Deploying SQL Database

  • Article

There are a few challenges associated with deployments of data services in Windows Azure, focusing in particular on SQL Database. In this article we turn our attention to an actual deployment and migration of locally stored data to SQL Database.

You rated this post out of 5. Change rating

2013-12-30

3,822 reads

Technical Article

Migrating SQL Server Database to Windows Azure - Resolving Incompatibility Issues

  • Article

In this series on implementing data services in Azure, Marcin Policht turns his attention to the remediation of incompatibilities resulting from of limitations inherent to Platform as a Service (PaaS) based deployments, which will need to be addressed as part of the migration process.

You rated this post out of 5. Change rating

2013-11-21

3,052 reads

Blogs

T-SQL Tuesday #202 Invitation: That One SQL Server Outage You’ll Never Forget

By

I am excited to host T-SQL Tuesday for the first time. I want to...

A Daily Report from Claude

By

Redgate had some Claude training recently, which I went through as my knowledge has...

A New Word: Gnossienne

By

gnossienne– n. the awareness that someone you’ve known for years still has a private...

Read the latest Blogs

Forums

Measuring Productivity

By Steve Jones - SSC Editor

Comments posted to this topic are about the item Measuring Productivity

Importing Excel files into SQL Server using DuckDB and Python

By Cláudio Tereso

Comments posted to this topic are about the item Importing Excel files into SQL...

Tracking All the Queries

By Steve Jones - SSC Editor

Comments posted to this topic are about the item Tracking All the Queries

Visit the forum

Question of the Day

Tracking All the Queries

I have 3 instances of a brand new long running query that are executing on a SQL Server 2025 instance. Query store is enabled. One of the queries is killed by the administrator, one is cancelled by the user. The other runs to completion. How many rows are in Query Store for this query?

See possible answers