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 Summit Time

As the Simple Talk Editor, I have had the privilege of attending numerous conferences these past few years, and all of them have been somewhere between great and amazing. Still, there is something a bit more special about the PASS Summit. Even before I started this position, I have been to the PASS Summit events for nearly 25 years (with a few breaks…notably a hip, a foot, and a rotator cuff, but I digress). When we weren't on a break, this week-long event has always ranked high on my list of things I was excited about each year.

From the moment you step into the venue, you can feel it. Professionals from all corners of the globe are there to share their knowledge, experiences, and insights, not to mention learning something new. Whether you're a seasoned expert or a newcomer to the field, there's always something to learn and someone new to meet.

One of the highlights of the PASS Summit is the incredible lineup of sessions. The content is curated to ensure that there is something for as many types of data community members as possible. From deep dives into the latest technologies and trends to sessions on practical topics, the content's breadth and depth is impressive.

To be fair though, while you will learn a lot that you can return to your job and make it worth the trip in the short term, that knowledge is only the start of what makes this conference awesome.

Whether this is your first conference, or one of many conferences with a similar data focus that you attend, you'll start to notice some of the same people over and over. Talk to one or two of these people over a cup of coffee, during a lunch break, or at one of the many social events.

The relationships you build may last a lifetime. I wouldn't be sitting here writing this editorial if I hadn't asked a vendor during one of my first visits to Seattle, "Are there any good books on database design?" and they answered back "We don't have any, would you like to write one?"

As I look forward to next week's PASS Summit, I want to encourage you to get out of your shell, attend sessions, ask questions, meet new people, and immerse yourself in the experience. Explore the area too (if the weather is nice that whole area in Seattle is great to explore), but go to the conference and get everything you can from it.

And whether you listen to my advice, I certainly need to be reminded of it myself because sometimes I would prefer to be sitting in my room away from tired feet and hurting muscles.  The advice helped me in the past, and it can help us both today, tomorrow, and maybe 20 years from now.

Louis Davidson (@drsql)

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

Understanding PostgreSQL’s Cache Hit Ratio

This article explores PostgreSQL's buffer cache hit ratio (BCHR), a metric tracked by Redgate Monitor to help you assess the health and performance of your databases. By correctly interpreting this ratio and using it with other relevant memory and IO metrics, you can identify potential bottlenecks in query execution before they impact users.

AI/Machine Learning/Cognitive Services

AI and Databases

From Simple Talk

Although it is probably true to say that “AI is ...

Are we on the verge of a self-improving AI explosion?

From Ars Technica

An AI that makes better AI could be "the last inve...

Google CEO says over 25% of new Google code is generated by AI

From Ars Technica

We've always used tools to build new tools, and developers are using AI to continue that tradition.

A Primer on Outlier Detection

From Curated SQL

Jayita Gulati provides an overview: Anomaly detection means finding patterns in data that are different from normal. These unusual patterns are called anomalies or outliers.…

Administration of SQL Server

Cumulative Update #29 for SQL Server 2019 RTM

From MS SQL Server Blog

The 29th cumulative update release for SQL Server 2019 RTM is now available for download at the Microsoft Downloads site. Please note that registration is no longer required to...

Don’t Trust TRUSTWORTHY

From Curated SQL

Chad Callihan talks about an untrustworthy setting: TRUSTWORTHY is a database property change that can have far-reaching security consequences when turned ON. Let’s take a…

Incremental Integrity Checks for SQL Server Databases

From Curated SQL

Eitan Blumin eats the elephant: Traditional database integrity checks in SQL Server can be time-consuming and resource-intensive, especially for large databases, even when using super…

SQL Server Ledger – Are You Really Using This Feature?

From Journey to SQL Authority with Pinal Dave

SQL Server Ledger - has taken data integrity to the next level, integrating blockchain-style data verification directly into the database. First appeared on SQL Server Ledger – Are You Really...

Computing in the Cloud (Azure, Google, AWS)

The Top Five Ways Your Cloud Bill Keeps Rising (and What to Do About It)

From The SQL Herald (Joey D'Antoni)

I’ve been preparing my slides for my PASS Summit...

Conferences, Classes, Events, and Webinars

Live webinar - Prioritizing security: Essential strategies for IT leaders

In today's rapidly evolving landscape, managing the security of large and complex database estates is a critical challenge for organizations. Join us on November 21 for a webinar on “Prioritizing security: Essential strategies for IT leaders,” where Redgate’s security experts will share their tips on how you can safeguard your database estate and minimize reputational risk. There will also be a Q&A session where you can get expert advice from our panelists.

DMO/SMO/Powershell

Backing up SQL Server via PowerShell

From Curated SQL

I have a new video: In this video, I show how to perform a variety of database backup operations via PowerShell, using the dbatools PowerShell…

Data Mining / Data Analysis

Introduction to Advanced Analytics

From SQLServerCentral Blogs

The post Introduction to Advanced Analytics appear...

Microsoft Fabric ( Azure Synapse Analytics, OneLake, ADLS, Data Science)

Finding Mutable and Immutable Properties in Microsoft Fabric Spark

From Curated SQL

Sandeep Pawar wants to make a change: Spark properties are divided into mutable and immutable configurations based on whether they can be safely modified during…

Optimizing Microsoft Fabric: Overcoming Common Challenges with Bursting and Monitoring

From The SQL Herald (Joey D'Antoni)

Microsoft Fabric is touted as a software as a serv...

Viewing Storage Consumption in Microsoft Fabric

From Curated SQL

Gilbert Quevauvilliers wants to know about storage utilization in Microsoft Fabric: This blog post will show you how to understand what is consuming your Fabric…

Dynamically Running Notebooks across Fabric Lakehouse Environments

From Curated SQL

Ayman El-Ghazali solves a problem: A few months ago, an ISV customer approached with a request to have notebooks run across Microsoft Fabric Lakehouse environments…

Understanding what is consuming your Fabric Storage

From FourMoo

This blog post will show you how to understand what is consuming your Fabric Storage. If you want to know how I got this data, please read my previous...

Fabricators guide to version control in Microsoft Fabric

From Kevin Chant

Reading Time: 7 minutes You can consider this post a Fabricators guide to version control in Microsoft Fabric. Including my unique insights and how this ties in with...

Notebooks

T-SQL Notebooks: Manage Views Source Control and more

From Simple Talk

T-SQL Notebooks is one of the new features announced during FabCon Europe. The most distracted could miss the fact this is a new feature at all. Yes, it is....

Oracle/PostgreSQL/MySQL/other RDBMS

MySQL Index Overviews: FULLTEXT B-Tree Indexes

Full-text indexes are special – they’re a type of index that enables fast and efficient searching through data using rather exotic search modes: in MySQL, those search modes include, but are not limited to the Boolean mode, natural language mode, and a search mode using query expansion.

Performance Tuning SQL Server

Query Processor Ran out of Internal Resources

From Curated SQL

David Fowler explains an error: Recently I received a cry for help over Teams. The issue was that an application was throwing up the following…

Limit Cost Threshold for Parallelism for Small SQL Queries

From MSSQL Tips

This article looks at the performance benefits of ...

The query processor ran out of internal resources and could not produce a query plan – When You’ve Managed to Confuse SQL With a Crazy IN Clause.

From SQL Undercover

Recently I received a cry for help over Teams. The issue was that an application was throwing up the following SQL error, The query processor ran out of internal...

What Missing Index Requests Miss In SQL Server

From Erik Darling Data

What Missing Index Requests Miss In SQL Server Thanks for watching! Going Further If this is the kind of SQL Server stuff you love learning about, you’ll love my...

SQL Server Query Store for Query Performance History

From MSSQL Tips

Learn how to use SQL Server Query Store to obtain the performance history of application queries and determine what needs to be tuned.

PostgreSQL

Comparing PL/SQL to PL/pgSQL

From Curated SQL

Umair Shahid switches dialects: To address these l...

Christopher Winslett: 4 Ways to Create Date Bins in Postgres: interval, date_trunc, extract, and to_char

From Planet Postgres

You followed all the best practices, your sales da...

PowerPivot/PowerQuery/PowerBI

Doing Power BI the Right Way in 2025

From Paul Turley's SQL Server BI Blog

I work with hundreds of consulting clients who go through the same cycles, having the same experiences, facing the same challenges, many making the same mistakes, and many learning...

Press Releases

Timescale Brings PostgreSQL into the GenAI Era with pgai Vectorizer

Timescale, the leading PostgreSQL database platform, today expanded its PostgreSQL AI offerings with the launch of a groundbreaking tool, pgai Vectorizer, available open-source and hosted in the cloud. Pgai Vectorizer unlocks the ability for any developer to build advanced AI applications without the need for external tools or specialized expertise. This release, along with the pgai suite of PostgreSQL extensions— pgai and pgvectorscale—slashes infrastructure costs by 75%.

Professional Development

Tell me the positives of your solution

From SQLServerCentral Blogs

I still have a tendency to talk about all the cons...

hard or soft, skills are skills

From Storytelling with Data

Sometimes, we encounter folks who are reluctant to add words to their data tables or visualizations. This hesitation might stem from having been taught to “let the data speak...

R Language

Creating Lists in R

From Curated SQL

Steven Sanderson makes a list but doesn’t check it twice: Lists are fundamental data structures in R programming that allow you to store multiple elements…

Security News and Issues

Tech Layoffs and Cybersecurity: Why Downsizing Puts Companies at Greater Threat

From IT Pro - Microsoft Windows Information, Solutions, Tools

As tech layoffs increase, they pose a dual risk to...

Law Enforcement Deanonymizes Tor Users

From Schneier on Security

The German police have successfully deanonymized a...

Here’s the paper no one read before declaring the demise of modern cryptography

From Ars Technica

The advance was incremental at best. So why did so...

Protecting Patient Data: How Healthcare Organizations Can Thwart Ransomware Attacks

From IT Pro - Microsoft Windows Information, Solutions, Tools

To protect sensitive patient data, healthcare organizations are adopting strategies such as the 3-2-1 backup rule.

T-SQL and Query Languages

The Downside of UNISTR()

From Curated SQL

Solomon Rutzky shares some thoughts: Since the new UNISTR function doesn’t provide new functionality, only convenience (“syntactic sugar” as some would say; see comment below), I would…

T-SQL Enhancements in SQL Server 2022 (video)

From Deb the DBA

It’s time to try another video. In this one, I�...

Counting Groups with Window Functions: #SQLNewBlogger

From SQLServerCentral Blogs

I looked at row_number() in a previous post. Now I want to build on that and do some counting of rows with COUNT() and the OVER clause. I’ll show... The...

The Lighter Side

A New Word: Bye-over

From SQLServerCentral Blogs

bye-over – n.  the sheepish casual vibe between...

A candy engineer explains the science behind the Snickers bar

From Ars Technica

How the airy nougat and chewy caramel is built.

‘Going Above and Beyond’ Cost Me $2,000 at Work

From IT Pro - Microsoft Windows Information, Solutions, Tools

An IT pro wore a superhero costume to delight clients but was denied reimbursement for the outfit. Should he push for it or let it go?

Testing AI with ASCII Jack-o-Lanterns

From Callihan Data

I was thinking about new ideas for Halloween-related blog posts. I’ve written about the Halloween problem and ghost records. Somehow I ended up wondering how different AI assistants would...

Theory and Design

Transactions

From Simple Talk

By now, pretty much everyone has heard the stories about the first computers. They were huge, cost a fortune, required incredible amounts of air conditioning, and perhaps more importantly,...

 
RSS FeedTwitter
This email has been sent to newsletter@newslettercollector.com. 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

 

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