Problems displaying this newsletter? View online.
Database Weekly
The Complete Weekly Roundup of SQL Server News by SQLServerCentral.com
Hand-picked content to sharpen your professional edge
Editorial
 

PASS Data Community Summit 2021 Report

The 2021 virtual PASS Data Community Summit was held from November 8th through the 12th. PASS Summit has always been the biggest yearly conference for database professionals, and this year’s virtual conference had over 18,000 individuals registered!

If you signed up for the event, you may now stream the sessions on-demand. This is an exclusive benefit for six months. After that, the sessions will be available on the PASS TV channel on YouTube for everyone. The keynote sessions are available now on YouTube. With a record number of sessions from which to choose, there is something for everyone.

This year, the Lightning Talks were given by speakers new to PASS Summit. New speakers delivered several general sessions as well, which was an excellent opportunity to get some experience with a wider audience. The 10-minute Lightning Talks cover a broad range of topics, Synapse to security to getting things done. If you have a few minutes to spare, you’ll probably find something of interest.

Learning Pathway sessions were curated to introduce a particular area of interest. The Learning Pathways provide an excellent way to get up to speed on a topic or improve your skills. The Learning Pathways are

  • Become an Azure Data Engineer
  • AI & ML
  • Cloud Migrations
  • Data Security & Governance
  • DBA Basics
  • Power BI
  • Query Basics
  • Query Tuning

Microsoft announced SQL Server 2022 at Ignite the week before but saved all the deep-dive sessions for PASS Summit. You can catch a summary at the Day One Keynote. I’m especially excited about the Parameter Sensitive Plan Optimization feature. This feature allows more than one plan for a query and switches plans depending on the number of rows. Many customers fight parameter sniffing issues, and while there are many ways to solve them currently, none are optimal. This feature is a real game changer!

The star of Summit was undoubtedly the networking feature, Spatial Chat, which we use internally at Redgate. We knew this would be a fantastic platform for those hallway conversations and fun meetups like SQL Karaoke. Spatial Chat lets the organizers set up virtual rooms. Once entering a room, you can move closer to a group to join in the conversation. We’ve heard lots of positive feedback and, while it’s not as good as being in person, it was the next best thing.

Redgate has announced that next year, Summit will be held in Seattle with a virtual option. The data community members have genuinely missed being back together in person, so I can’t wait for the event. If you would like to be informed about details, sign up to receive news.

 

Kathi Kellenberger

Join the debate, and respond to the editorial on the forums

 
The Weekly News
All the headlines and interesting SQL Server information that we've collected over the past week, and sometimes even a few repeats if we think they fit.
Vendors/3rd Party Products

Flyway Teams and the Problem of Database Variants

The 'ShouldExecute' script configuration option in Flyway Teams simplifies 'conditional execution' of SQL migration files. This makes it easier to support multiple application versions from the same Flyway project, to deal with different cultural or legislative requirements. It also helps developers handle environmental differences between development, test and staging, such as the need to support multiple versions or releases of the RDBMS.

Dry Runs for Database Migrations using Flyway Teams

How Dry Run scripts work, and how they can be used to deliver a single-script release artifact to Staging, verify placeholder substitutions in SQL migration scripts, and simply team code reviews.

Top Query Search in SQL Monitor

SQL Monitor v12.0 has added a new Query Text Search feature to allow users to search the text of the most expensive queries that executed on a SQL Server instance over a period. Here's what it does, and how it works.

Administration of SQL Server

Signs You Need More Memory In Your SQL Server

From Erik Darling Data

Most of these signs have to do with wait stats. One could venture out and say that if you have way less memory than data, you need more memory, but… If the server is sitting around bored, who cares?...

Run SSMS as a different user

From SQLServer-DBA.Com

SSMS - Run as different user through GUI and command line

Deciding Cost Threshold for Parallelism

From Callihan Data

Let’s talk about cost threshold for parallelism....

SQL Server DDL Trigger to Prevent Logins Deletion

From MSSQL Tips

In this article we look at how to prevent SQL Server logins from being deleted if the login is a database user as well by using a DDL Trigger.

Transfer SQL Logins between SQL Server instances using SSDT 2017

From SQLShack

This is the third article in the series of Migrating SQL Server Objects using SSDT 2017. In the second article, we learned how we can transfer the stored procedure...

Stats Q&A 2: Updating SQL Server Statistics

From Erin Stellato

Last week I presented a session, Demystifying Statistics in SQL Server, at the PASS Community Summit, and I had a lot of great questions; so many that I’m creating...

Signs You Need SQL Server Enterprise Edition

From Erik Darling Data

But Postgres Is So Much Cheaper There’s a lot of cool stuff in Enterprise Edition of SQL Server, which is probably why it costs $7000 a core. When’s the last the...

SQL Server Extended Events tips

From SQLShack

This article aims to provide some beneficial tips about SQL Server extended events that make it easier to create and use event sessions. Introduction SQL Server extended events is...

Database Health Monitor Preview

From Steve Stedman

I am working on a big update to Database Health Monitor that I expect to release near the end of the year. So far I am sharing the beta...

Azure CosmosDB

Importing Azure Cosmos DB data in Azure Search

From SQLShack

In this article, we will learn how to configure the Azure Search instance to import data from Azure Cosmos DB. Introduction Azure Cosmos DB is a multi-model type database...

Azure SQL Database

Understanding Backups for Azure SQL Database

From SQLShack

Azure SQL database is Database as a Service offering under the PaaS model in the Azure cloud. It is a fully managed SQL Server database engine that uses the...

Azure Synapse (SQL Data Warehouse and Data Lake)

Data Ingestion Into Landing Zone Using Azure Synapse Analytics

From MSSQL Tips

Learn about data ingestion and the steps to load data into Synapse Analytics using the copy data tool in Synapse Analytics Studio.

Backup and Recovery

SQL Server Database Backup Examples

From MSSQL Tips

Learn how to use the SSMS GUI and T-SQL to create SQL Server full, differential and transaction log backups.

Computing in the Cloud (Azure, Google, AWS)

Architect a Managed Disaster Recovery on Amazon RDS for SQL Server

From SQLServerCentral Blogs

 Customers often ask for guidance on choosing the...

Conferences, Classes, Events, and Webinars

SQL Bits is Looking for 20 Minute Sessions

From SQLServerCentral Blogs

As Simon Sabin (SQL Bits co-founder) pointed out recently, the 2022 SQL Bits conference is looking to get 40% of their sessions to be 20 minute talks. He did... The...

Notes on the 2021 PASS Summit

From SQLServerCentral Blogs

I attended the three main days this year and wrote...

Join Google Cloud to discuss the latest in DevOps

Redgate is a proud sponsor of this year’s Accelerate State of DevOps Report, by the DevOps Research and Assessment (DORA) team at Google Cloud. Watch our lastest webinar to find out how the future of DevOps will effect you.

DMO/SMO/Powershell

Table Column Differences Part 03 – Compare-SqlTableColumns

From No Column Name

Four years ago (I know, where did the time go?), I wrote about Table Column Differences with T-SQL and PowerShell...

DevOps and Continuous Delivery (CI/CD)

CI/CD for serverless SQL pools using GitHub Actions

From Kevin Chant

I want to cover one way you can do CI/CD for Azure Synapse Analytics serverless SQL pools using GitHub Actions in this post. For various reasons....

HA/DR/Always On/Clustering

Architect a Managed Disaster Recovery on Amazon RDS for SQL Server.

From SQLServerCentral Blogs

Customers often ask for guidance on choosing the r...

MDX/DAX

CONTAINS, CONTAINSROW – DAX Guide

From Sqlbi

CONTAINS: Returns TRUE if there exists at least one row where all columns have specified values. https://dax.guide/contains/ CONTAINSROW: Returns TRUE if there exists at least one row where all...

HASONEVALUE – DAX Guide

From Sqlbi

HASONEVALUE: Returns true when there’s only one ...

Introduction to DAX for paginated reports

From Simple Talk

SSRS reports can be built using DAX. In this article, Adam Aspin explains how to get started using DAX to build the reports.… The post Introduction to DAX for paginated...

Polybase/HDInsight

Create a SQL Server PolyBase Scale-out Group Using Amazon Web Services

From MSSQL Tips

In this article we look at how to create a scale-out SQL Server PolyBase solution on AWS.

PostgreSQL

10 Issues to Avoid When Setting Up and Managing Your PostgreSQL Database

From Dataversity

PostgreSQL is a hugely popular database and the leading example of how an open-source database can operate successfully for its community and for companies. It has been named database of the...

PowerPivot/PowerQuery/PowerBI

Let’s talk REAL-TIME in Power BI with SQLBI and their new PbiPushTools (Nov 13, 2021)

From Guy in a Cube

Curious about how to accomplish real-time reports?...

Power BI/Power Query Data Privacy Settings And Errors Caused By Nested Values

From Chris Webb's BI Blog

Over the past few years I’ve blogged and present...

What is Power Query?

From MSSQL Tips

In this tip we'll introduce you to Power Query, th...

Adding Custom Button Borders With Shadows in Power BI

From Havens Consulting

Video by: Reid Havens Learn how to customize a shadow to provide a one sided border to a button in Power BI. This design process can give provide some extra...

Creating Power BI Premium Per User or Premium Partitions with Tabular Editor

From FourMoo

What I find I wanted to do with a new PPU Dataset with incremental partitions is I did not want to wait for the PBI Service to complete this....

Power BI Get Data from Google Sheets

From RADACAD

Power BI can get data from Google Sheet now. This functionality is released just yesterday and announced in both Power BI and Power Query blogs. The feature is still...

Professional Development

Introducing the New Speaker Library Initiative

From Azure SQL

The Azure Data Community Team is dedicated to work...

Python

10 reasons why Python is better than C# (or almost any other programming language)

From Simple Talk

After resisting learning Python for years, assuming it was just another object-oriented programming language, Andy Brown now gets what the fuss was about: Python really does make coding quicker....

Reporting Services

Decoding SSRS Subscription Agent Jobs

From SQLServerCentral Blogs

Hello and welcome back… It has been a few months since I have published a blog post.  More like 126 days, to be exact. Unfortunately, I have been dealing... The...

SQL Server Security and Auditing

Quiz & answers for my “Auditing your data and data access” session.

From SQLServerCentral Blogs

I was honored to speak at Pass Summit last week (Thanks again Redgate), and if you’ve ever been to one ... Continue reading The post Quiz & answers for my...

SQL Server on Linux

Step by Step Process to Install SQL Server 2019 on RHEL 8.1

From MSSQL Tips

In this article we continue our series on installing SQL Server 2019 on Linux and walk through the installation steps of installing SQL Server 2019.

T-SQL

Using SQL Server sequence objects

From Simple Talk

SQL Server sequence objects have several properties that control how they behave. Greg Larson explains the options of using SQL Server sequence objects.… The post Using SQL Server sequence objects...

The Top/Max Transformation

From Forrest Shares Stuff

Behold, a simple MAX query: But wait, where did that Top operator come from? Oh, SQL Server, you clever rascal… Simple and extremely effective – a solid query transformation....

Join 3 Tables in SQL

From MSSQL Tips

In this article learn how to build a SQL Server query using 3 tables along with different examples.

A Slice of Time: Aggregate Functions

From 36 Chambers – The Legendary Journeys

This is part two in a series on window functions in SQL Server. Last Time on 36 Chambers In the prior post, we looked at the anatomy of a...

 
RSS FeedTwitter
This email has been sent to {email}. To be removed from this list, please click here. If you have any problems leaving the list, please contact the webmaster@sqlservercentral.com. This newsletter was sent to you because you signed up at SQLServerCentral.com. Note: This is not the SQLServerCentral.com daily newsletter list, and unsubscribing to this newsletter will not stop you receiving the SQL Server Central daily newsletters. If you want to be removed from that list, you can follow the instructions on the daily newsletter.
©2019 Redgate Software Ltd, Newnham House, Cambridge Business Park, Cambridge, CB4 0WZ, United Kingdom. All rights reserved.
webmaster@sqlservercentral.com

 

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -