Getting Started with Azure Data Factory - Part 1
Getting Started with Azure Data Factory - Part 1
DECEMBER 9, 2015
IntroductionThe Azure Data Factory is a means of moving data around in the cloud. In a similar way that...
2015-12-09
4 reads
Getting Started with Azure Data Factory - Part 1
DECEMBER 9, 2015
IntroductionThe Azure Data Factory is a means of moving data around in the cloud. In a similar way that...
2015-12-09
4 reads
Using AzCopy in a SQL Job to Upload Files to Azure Blob Storage
NOVEMBER 11, 2015
IntroductionIn my next series of posts, I am going to look into processing files in...
2015-11-10
137 reads
5 Enhancements to SQL Runbooks in the Azure Preview Portal
SEPTEMBER 18, 2015
IntroductionRunbooks are your SQL Server Agent for Azure SQL Database. Lately, Microsoft have been making quite a few...
2015-09-18
13 reads
5 Enhancements to SQL Runbooks in the Azure Preview PortalSEPTEMBER 18, 2015
Introduction
Runbooks are your SQL Server Agent for Azure SQL...
2015-09-18
1,009 reads
Setting Up Alerts in Azure SQL Database
SEPTEMBER 8, 2015
IntroductionIf I've learned one thing with my on premise versions of SQL Server, it is to automate as much as possible....
2015-09-08
59 reads
Transparent Data Encryption in Azure SQL DatabaseJULY 26, 2015
Introduction
Transparent Data Encryption (TDE) is a security feature of SQL Server that...
2015-07-26
1,618 reads
Transparent Data Encryption in Azure SQL Database
JULY 26, 2015
IntroductionTransparent Data Encryption (TDE) is a security feature of SQL Server that has been around since SQL Server 2008. With TDE,...
2015-07-26
12 reads
SQL Azure has T-SQL Jobs - Well Almost
JUNE 25, 2015
IntroductionOne thing that has been lacking in Azure SQL Database is the ability to write database jobs in Transact-SQL. Recently,...
2015-06-25
10 reads
Azure SQL Database Elastic Scale Part 3 - Setting up and Querying the Shards
MAY 28, 2015
For those of you who have been following along with this series of posts,...
2015-05-28
93 reads
Azure SQL Database Elastic Scale Part 2 - The Shard Map Manager DatabaseMAY 1, 2015
In my last post, I discussed some...
2015-04-30
4,895 reads
This month, I prompted bloggers to discuss whether good enough is perfect. Thank you to all...
By Steve Jones
Recently a customer asked if SQL Compare and SQL Data Compare can be used...
i see this in the definition of a linked server on our wh sql...
Is this even possible ? Tried with grant but to no avail. [sys].[database_role_members] and...
Comments posted to this topic are about the item Stairway to Snowflake Level 5...
What does this code return in SSMS 20 from SQL Server 2019?
select '|' + CHAR(0)+'abc' + '|';See possible answers