↓
 

James Serra's Blog

Big Data and Data Warehousing

  • Home
  • My Book
  • FAQ
  • Presentations
  • Expert Advise
  • About Me
  • Contact Me
Home→Published 2015 1 2 >>

Yearly Archives: 2015

Post navigation

← Older posts

Why use a data lake?

James Serra's Blog Posted on December 29, 2015 by James SerraMay 15, 2019

Previously I covered what a data lake is (including the Azure Data Lake and enhancements), and now I wanted to touch on the main reason why you might want to incorporate a data lake into your overall data warehouse solution. To … Continue reading →

Posted in Azure Synapse Analytics/SQL DW, Data Lake, SQLServerPedia Syndication | 13 Replies

Storage options on Azure

James Serra's Blog Posted on December 1, 2015 by James SerraAugust 20, 2020

Microsoft Azure is a cloud computing platform and infrastructure, created by Microsoft, for building, deploying and managing applications and services through a global network of Microsoft-managed and Microsoft partner-hosted datacenters.  Included in this platform are multiple ways of storing data.  Below … Continue reading →

Posted in Azure, Azure Data Factory, Blob Storage, Data Lake, SQLServerPedia Syndication | 1 Reply

Redundancy Options in Azure Blob Storage

James Serra's Blog Posted on November 5, 2015 by James SerraMay 18, 2020

So you have data in Azure Blob Storage and are concerned about reliability.  Have no fear!  There are four replication options for redundancy: 1. Locally Redundant Storage (LRS): All data in the storage account is made highly durable and available within … Continue reading →

Posted in Azure, Blob Storage, SQLServerPedia Syndication | 2 Replies

Copying data from Azure Blob Storage

James Serra's Blog Posted on October 15, 2015 by James SerraMay 18, 2020

In a previous blog I talked about copying on-prem data to Azure Blob Storage (Getting data into Azure Blob Storage).  Let’s say you have copied the data and it is sitting in Azure Blob Storage (or an Azure Data Lake) … Continue reading →

Posted in Azure, Azure SQL Database, Azure Synapse Analytics/SQL DW, Blob Storage, Data Lake, PolyBase, SQLServerPedia Syndication | Leave a reply

Azure Data Lake enhancements

James Serra's Blog Posted on September 29, 2015 by James SerraNovember 16, 2016

I first blogged about Microsoft’s new product, the Azure Data Lake, a few months back (here).  There are already enhancements, as announced at Stata + Hadoop World.  Here they are in brief: The Azure Data Lake has been renamed to the … Continue reading →

Posted in Azure, Data Lake, HDInsight, SQLServerPedia Syndication | 2 Replies

Getting data into Azure Blob Storage

James Serra's Blog Posted on September 17, 2015 by James SerraMay 18, 2020

If you have on-prem data and want to copy it to Azure Blob Storage in the cloud, what are all the possible ways to do it?  There are many, and here is a quick review of them: AzCopy: A popular command-line … Continue reading →

Posted in Azure, Azure Synapse Analytics/SQL DW, Blob Storage, Data Lake, PolyBase, SQLServerPedia Syndication | 2 Replies

Relational databases vs Non-relational databases

James Serra's Blog Posted on August 27, 2015 by James SerraAugust 20, 2020

I see a lot of confusion about the place and purpose of the many new database solutions (“NoSQL databases”) compared to the relational databases solutions that have been around for many years.  So let me try to explain the differences … Continue reading →

Posted in Azure Cosmos DB, SQLServerPedia Syndication | 21 Replies

Hadoop and Microsoft

James Serra's Blog Posted on August 12, 2015 by James SerraNovember 16, 2016

In my Introduction to Hadoop I talked about the basics of Hadoop.  In this post, I wanted to cover some of the more common Hadoop technologies and tools and show how they work together, in addition to showing how they work … Continue reading →

Posted in Hadoop, HDInsight, SQLServerPedia Syndication | 2 Replies

Analytics Platform System (APS) AU4 released

James Serra's Blog Posted on August 6, 2015 by James SerraMarch 8, 2017

The Analytics Platform System (APS), which is a renaming of the Parallel Data Warehouse (PDW), has just released an appliance update (AU4), which is sort of like a service pack, except that it includes many new features.  Below is what is new in this … Continue reading →

Posted in PDW/APS, SQLServerPedia Syndication | Leave a reply

Cortana Analytics Suite

James Serra's Blog Posted on July 14, 2015 by James SerraNovember 16, 2016

Yesterday at the Microsoft World Wide Partner Conference in Orlando Microsoft announced the Cortana Analytics Suite, which is a new package of data storage, information management, machine learning, and business intelligence software in a single convenient monthly subscription.  Microsoft’s Cortana personal … Continue reading →

Posted in HDInsight, SQLServerPedia Syndication | 1 Reply

Microsoft Azure Data Catalog

James Serra's Blog Posted on July 10, 2015 by James SerraNovember 14, 2015

Just announced is the Microsoft Azure Data Catalog, which is an enterprise metadata catalog / portal for the self-service discovery of data sources.  It becomes available on Monday next week, July 13, 2015.  Check out this short video on it.  … Continue reading →

Posted in SQLServerPedia Syndication | Leave a reply

What is Polyglot Persistence?

James Serra's Blog Posted on July 1, 2015 by James SerraJanuary 7, 2023

Polyglot Persistence is a fancy term to mean that when storing data, it is best to use multiple data storage technologies, chosen based upon the way data is being used by individual applications or components of a single application.  Different kinds … Continue reading →

Posted in Big Data, SQLServerPedia Syndication | 15 Replies

What is Microsoft Azure Stream Analytics?

James Serra's Blog Posted on June 3, 2015 by James SerraJune 26, 2015

Microsoft Azure Stream Analytics (ASA) is a fully managed cloud service for real-time processing of streaming data.  ASA makes it easy to set up real-time analytic computations on data flowing in from devices, sensors, web sites, applications and infrastructure systems.  It … Continue reading →

Posted in Azure, SQLServerPedia Syndication | Leave a reply

How an MPP appliance solution can improve your future

James Serra's Blog Posted on May 27, 2015 by James SerraMay 27, 2015

Massive parallel processing (MPP) is the future for data warehousing. So what is MPP?  SQL Server is a Symmetric Multiprocessing (SMP) solution, which essentially means it uses one server.  MPP provides scalability and query performance by running independent servers in parallel.  That … Continue reading →

Posted in Big Data, PDW/APS, SQLServerPedia Syndication | 4 Replies

SQL Server 2016 public preview arriving this summer

James Serra's Blog Posted on May 20, 2015 by James SerraMarch 11, 2016

SQL Server 2016 was recently announced.  Top new features include: Always Encrypted protects data at rest and in motion.  With Always Encrypted, SQL Server can perform operations on encrypted data and best of all, the encryption key resides with the … Continue reading →

Posted in SQL Server, SQL Server 2016, SQLServerPedia Syndication | 1 Reply

Azure Data Lake

James Serra's Blog Posted on May 13, 2015 by James SerraAugust 31, 2017

At the recent Microsoft Build Developer Conference, Executive Vice President Scott Guthrie announced the Azure Data Lake.  It is a new flavor of Azure Storage which can handle streaming data (low latency, high volume, short updates), is geo-distributed, data-locality aware and … Continue reading →

Posted in Big Data, Data Lake, SQLServerPedia Syndication | 11 Replies

Azure SQL Data Warehouse

James Serra's Blog Posted on May 6, 2015 by James SerraNovember 15, 2016

Analytics Platform System (APS) is Microsoft’s massively parallel processing (MPP) data warehouse technology.  This has only been available as an on-prem solution (see video Overview of Microsoft Analytics Platform System).  Until now.  At the recent Microsoft Build Developer Conference, Executive Vice … Continue reading →

Posted in Azure Synapse Analytics/SQL DW, Data warehouse, PDW/APS, PolyBase, SQLServerPedia Syndication | 15 Replies

TechEd is now Microsoft Ignite

James Serra's Blog Posted on May 4, 2015 by James SerraMay 4, 2015

In case you were wondering what happened to the TechEd conferences, Microsoft is now bringing together the best of previously individual events – the Management Summit, the Exchange, SharePoint, Lync, Project, and TechEd conferences – and then taking it to … Continue reading →

Posted in SQLServerPedia Syndication | 1 Reply

Types of NoSQL databases

James Serra's Blog Posted on April 15, 2015 by James SerraAugust 20, 2020

A NoSQL database provides a mechanism for storage and retrieval of data that is modeled in means other than the tabular relations used in relational databases.  NoSQL is often interpreted as Not-only-SQL to emphasize that they may also support SQL-like … Continue reading →

Posted in Azure Cosmos DB, Hadoop, SQLServerPedia Syndication | 8 Replies

What is a data lake?

James Serra's Blog Posted on April 8, 2015 by James SerraOctober 11, 2018

A “data lake” is a storage repository, usually in Hadoop, that holds a vast amount of raw data in its native format until it is needed.  It’s a great place for investigating, exploring, experimenting, and refining data, in addition to archiving … Continue reading →

Posted in Data Lake, Data warehouse, Hadoop, SQLServerPedia Syndication | 12 Replies

Post navigation

← Older posts

About James Serra

I work at Microsoft as a big data and data warehousing solution architect where I have been for most of the last ten years.  Prior to that I was an independent consultant working as a Data Warehouse/Business Intelligence architect and developer. I am a prior SQL Server MVP with over 35 years of IT experience. The views and opinions on this blog are mine and not that of Microsoft. Check out my book Deciphering Data Architectures: Choosing Between a Modern Data Warehouse, Data Fabric, Data Lakehouse, and Data Mesh. 

Follow me!

  • LinkedIn
  • Twitter
  • Email
  • SlideShare

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 901 other subscribers

Recent Posts

  • Microsoft Build announcements
  • Deciphering Data Architectures: When to Use a Warehouse, Fabric, Lakehouse, or Mesh
  • Announcements from the Microsoft Fabric Community Conference
  • Real-Time Intelligence in Microsoft Fabric
  • Azure SQL offerings
  • Cool AI sites
  • Introduction to OpenAI and LLMs – Part 3
  • Ways to land data into Fabric OneLake
  • Microsoft Ignite Announcements Nov 2024
  • Benefits of Migrating from Azure Synapse Analytics to Microsoft Fabric
  • European Microsoft Fabric Community Conference announcements
  • Get mentored and coached by me and other industry experts!
  • Microsoft Purview GA menu’s
  • Microsoft Purview FAQ
  • Microsoft Fabric AI Skill
  • Microsoft Fabric reference architecture
  • Classifications and sensitivity labels in Microsoft Purview
  • Copilot in Microsoft Fabric
  • Transform yourself into an Invaluable Data Leader in just 6 weeks
  • Introduction to OpenAI and LLMs – Part 2

Recent Comments

  • Nicole Cyphers on Microsoft Purview FAQ
  • Classifying and Labeling Synapse Spark Data with Microsoft Purview – Learn IT in Sri Lanka on Classifications and sensitivity labels in Microsoft Purview
  • Transitioning from Classic to the New Unified Microsoft Purview Portal for Synapse Governance – Learn IT in Sri Lanka on Microsoft Purview FAQ
  • DevGuy on SSIS package taking forever to load when you open it?
  • Stephane on Microsoft Fabric reference architecture

Top Posts & Pages

  • Classifications and sensitivity labels in Microsoft Purview
  • Microsoft Fabric shortcuts
  • Copilot in Microsoft Fabric
  • Consultants: Corp-to-Corp vs 1099
  • Presentations
  • Transform yourself into an Invaluable Data Leader in just 6 weeks
  • Common Data Model
  • SQL Server does not script indexes by default
  • Data Lakehouse defined
  • Microsoft Purview new data governance features

Archives

  • May 2025 (2)
  • April 2025 (1)
  • March 2025 (1)
  • February 2025 (1)
  • January 2025 (2)
  • December 2024 (1)
  • November 2024 (2)
  • October 2024 (1)
  • September 2024 (3)
  • August 2024 (2)
  • July 2024 (2)
  • June 2024 (2)
  • May 2024 (2)
  • April 2024 (1)
  • March 2024 (2)
  • February 2024 (2)
  • January 2024 (2)
  • December 2023 (1)
  • November 2023 (3)
  • October 2023 (3)
  • September 2023 (1)
  • August 2023 (1)
  • July 2023 (1)
  • June 2023 (2)
  • May 2023 (2)
  • April 2023 (1)
  • March 2023 (1)
  • February 2023 (1)
  • January 2023 (2)
  • December 2022 (1)
  • November 2022 (2)
  • October 2022 (1)
  • September 2022 (2)
  • August 2022 (3)
  • July 2022 (1)
  • June 2022 (2)
  • May 2022 (2)
  • April 2022 (1)
  • March 2022 (2)
  • February 2022 (1)
  • January 2022 (1)
  • December 2021 (2)
  • November 2021 (2)
  • October 2021 (1)
  • September 2021 (1)
  • August 2021 (2)
  • July 2021 (1)
  • June 2021 (2)
  • May 2021 (1)
  • April 2021 (2)
  • March 2021 (3)
  • February 2021 (1)
  • January 2021 (2)
  • December 2020 (4)
  • November 2020 (2)
  • October 2020 (2)
  • September 2020 (4)
  • August 2020 (2)
  • July 2020 (2)
  • June 2020 (2)
  • May 2020 (4)
  • April 2020 (2)
  • March 2020 (3)
  • February 2020 (1)
  • January 2020 (2)
  • December 2019 (3)
  • November 2019 (2)
  • October 2019 (1)
  • September 2019 (1)
  • August 2019 (2)
  • July 2019 (3)
  • June 2019 (2)
  • May 2019 (1)
  • April 2019 (2)
  • March 2019 (2)
  • February 2019 (1)
  • January 2019 (2)
  • December 2018 (1)
  • November 2018 (2)
  • October 2018 (2)
  • September 2018 (2)
  • August 2018 (3)
  • July 2018 (3)
  • June 2018 (3)
  • May 2018 (3)
  • April 2018 (3)
  • March 2018 (4)
  • February 2018 (4)
  • January 2018 (1)
  • December 2017 (1)
  • November 2017 (3)
  • October 2017 (4)
  • September 2017 (2)
  • August 2017 (4)
  • July 2017 (2)
  • June 2017 (4)
  • May 2017 (4)
  • April 2017 (3)
  • March 2017 (6)
  • February 2017 (1)
  • January 2017 (2)
  • December 2016 (4)
  • November 2016 (8)
  • October 2016 (3)
  • September 2016 (3)
  • August 2016 (4)
  • July 2016 (3)
  • June 2016 (2)
  • May 2016 (5)
  • April 2016 (4)
  • March 2016 (5)
  • February 2016 (5)
  • January 2016 (2)
  • December 2015 (2)
  • November 2015 (1)
  • October 2015 (1)
  • September 2015 (2)
  • August 2015 (3)
  • July 2015 (3)
  • June 2015 (1)
  • May 2015 (5)
  • April 2015 (2)
  • March 2015 (1)
  • February 2015 (5)
  • January 2015 (2)
  • December 2014 (2)
  • November 2014 (4)
  • October 2014 (2)
  • September 2014 (1)
  • August 2014 (3)
  • July 2014 (2)
  • June 2014 (1)
  • May 2014 (6)
  • April 2014 (3)
  • March 2014 (6)
  • February 2014 (8)
  • January 2014 (7)
  • December 2013 (8)
  • November 2013 (8)
  • October 2013 (10)
  • September 2013 (10)
  • August 2013 (12)
  • July 2013 (9)
  • June 2013 (10)
  • May 2013 (10)
  • April 2013 (10)
  • March 2013 (10)
  • February 2013 (10)
  • January 2013 (8)
  • December 2012 (10)
  • November 2012 (11)
  • October 2012 (10)
  • September 2012 (9)
  • August 2012 (4)
  • July 2012 (9)
  • June 2012 (7)
  • May 2012 (6)
  • April 2012 (10)
  • March 2012 (15)
  • February 2012 (14)
  • January 2012 (13)
  • December 2011 (12)
  • November 2011 (12)
  • October 2011 (14)
  • September 2011 (14)
  • August 2011 (15)
  • July 2011 (15)
  • June 2011 (20)
  • May 2011 (13)
  • April 2011 (3)

Categories

  • Active Directory
  • Antivirus
  • Appliance
  • Azure
  • Azure Analysis Services
  • Azure Arc
  • Azure Cosmos DB
  • Azure Data Factory
  • Azure Data Lake
  • Azure Data Lake Analytics
  • Azure Databricks
  • Azure Purview
  • Azure SQL Database
  • Azure Stack
  • Azure Synapse Analytics/SQL DW
  • Big Data
  • BISM
  • Blob Storage
  • Blog
  • Business Intelligence
  • Career
  • Certification
  • Cloud
  • Columnstore indexes
  • Consulting
  • Cortana Intelligence Suite
  • Data Lake
  • Data Mesh
  • Data warehouse
  • Database Migration Service
  • DataOps
  • DAX
  • Delta Lake
  • Dimensions
  • DNS
  • DQS
  • ETL
  • Excel
  • Fast Track
  • Fuzzy Lookup
  • Hadoop
  • HDInsight
  • Introduction
  • IoT
  • KPI
  • MDS/MDM
  • MDX
  • Microsoft
  • Microsoft Fabric
  • OpenAI
  • PASS
  • PDW/APS
  • PerformancePoint
  • Podcast
  • PolyBase
  • Power BI
  • Power Map
  • Power Pivot
  • Power Query
  • Power View/Project Crescent
  • Presentation
  • ProClarity
  • Quick Tip
  • Report Builder
  • Security
  • Session
  • SharePoint
  • SharePoint 2013
  • SQL Server
  • SQL Server 2012
  • SQL Server 2014
  • SQL Server 2016
  • SQL Server 2017
  • SQL Server 2019
  • SQLServerPedia Syndication
  • SSAS
  • SSDT/Juneau
  • SSIS
  • SSMS
  • SSRS
  • Tabular
  • Team Foundation Server
  • Tools
  • Training
  • Videos
  • Virtualization
  • Visio
  • Visual Studio 2008
  • Visual Studio 2010
  • Visual Studio 2012
  • Visual Studio 2013
  • Visual Studio vNext
  • White Paper
  • Windows 8

Favorite Blogs/YouTube

Piethein Strengholt
Chris Webb
Paul Randal
Brent Ozar
sqlbi
Paul Turley SQL Server BI Blog
Melissa Coates
Paul Andrew
Matthew Roche
Azure Data Blog
Curbal
Fun with Azure
Advancing Analytics
Guy in a Cube
Bryan Cafferky
RADACAD
Kasper on BI

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

I’m a Top 10 SQL Server blogger of 2018

I’m a former SQL Server MVP

I’m a Rockstar Blogger

©2025 - James Serra's Blog - Weaver Xtreme Theme
↑