Skip to main content

Understanding Pipeline Cloud Data and SQL Queries

  • January 21, 2025
  • 0 replies
  • 63 views

Happie Pingol
Forum|alt.badge.img+1

Overview

Pipeline Cloud provides a Microsoft SQL database that mirrors your organization’s EveryAction data. This article explains how the data environment works, how to write queries, and how to explore your database structure. 

If you already have access and are ready to analyze data, this is the right place to begin. 

 

What This Feature Helps You Do 

  • Write Microsoft SQL queries 

  • Join and filter data across tables 

  • Explore database schema 

  • Build advanced custom reports 

  • Connect Pipeline Cloud to reporting tools like Power BI 

 

How Pipeline Cloud Data Works 

Your organization’s data is replicated into a Microsoft SQL database with approximately 10–15 minutes of latency. 

This environment allows you to: 

  • Query contact, event, and engagement data 

  • Join tables using primary keys 

  • Filter and sort results 

  • Extract insights not available in standard reports 

Pipeline Cloud uses Microsoft SQL syntax, which differs from MySQL in some query structure and functions. 

 

Common Things You’ll Do 

  • Write your first SQL query 

  • Adapt MySQL queries to Microsoft SQL 

  • Use Information Schema views to explore tables and columns 

  • Connect Pipeline Cloud to Power BI 

  • Optimize query performance 

 

Query Best Practices 

To improve performance and avoid large or slow queries: 

  • Use TOP to limit results 

  • Avoid SELECT * when possible 

  • Avoid large CROSS JOIN statements 

  • Test queries with smaller datasets first 

 

Seeing Your Impact 

By writing effective queries, you can: 

  • Build advanced reports 

  • Analyze supporter engagement 

  • Identify trends in events and donations 

  • Support data-driven decision-making 

 

What Do You Need Help With? 

  • How do I write a basic SQL query in Pipeline Cloud? 

  • How do I adapt MySQL queries to Microsoft SQL? 

  • How do I verify the database schema? 

  • How do I connect Pipeline Cloud to Power BI? 

  • How do I troubleshoot connection issues?