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
 

Will Hosted Services Take Your Job?

This week I was honored to be able to attend, and present a session at, SQLDay in Wroclaw Poland. I fell in love with Poland the very first time I attended this event, so I look forward to any time I can go again.

This year, Pavel Potasinski presented the keynote: The Evolution of the Data Professional, How NOT to Become a Dinosaur. It was an excellent keynote, and did the two things I think a keynote ought to do. First, it set a great tone for the event. Pavel's focus was absolutely on learning and professional development, two of the key themes for SQLDay. Second, it made me start thinking (yes, even the two tired old squirrels in my head can be revved up to set the wheel spinning on occasion).

One part of Pavel's keynote was on the things that Platform as a Service (PaaS) data offerings give us. He talked about eliminating servers, both hardware and the OS, automating backups, maintenance, upgrades, even some performance tuning. All of these things are potentially what you think your job may be. Heck, all those things may be your job.

The fact is, some of us (and please, if you don't think it's you, it's not) aren't great at what we do. We don't configure the hardware correctly. We're not getting the servers patched. We might have backups automated, but we haven't tested them, or even validated that we're meeting the needs of the business when it comes to recovery. In short, yeah, PaaS is absolutely coming for you.

Others of us (and if you think this is you, it is), are absolutely on top of our systems because we have to be. We've automated things to a fare-thee-well. We've got eyes on the system so we can see the smallest (figurative) sparrow fall from a SQL tree (just go with me). Is PaaS coming for you?

I don't think so. Let me quickly explain why.

I believe that if you are managing some big iron, and doing it well, PaaS is only going to offer you  opportunities. It's not replacing you because, frankly, it can't. You're going to appropriately use it within your system, thanking it for taking some of the load off. But you are in a hybrid environment and are likely to stay there for a very long time. You'll learn the cloud technologies, sure. You'll use 'em. However, you'll use them well. You'll spot when they work and when they don't. In short, you're probably already what Pavel was suggesting everyone aim to be:

A data engineer.

What do you think?

Grant Fritchey

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

[Re-post] The 10 Benefits of Monitoring for Leaders

A third-party database monitoring tool is an investment that drives enormous value for the bottom line of a business in ten key ways, from simplifying cloud migration to retaining talent. Here's how.

Managing Database Code Quality in a Flyway Development

In this article, I'll discuss the most important quality metrics for a database development, and then practical ways to ensure that a Flyway-managed database is designed and implemented to a high enough standard that it is reliable to use.

Getting Started with Flyway and any RDBMS

How to get started with Flyway, as simply as possible, using PowerShell. This article provides a practice set of Flyway migration scripts that will build the original pubs database on either SQL Server, PostgreSQL, MySQL, MariaDB or SQLite and then migrate it from version to version, making a series of improvements to its schema design.

Administration of SQL Server

What is your favorite SQL Server Developer Interview questions?

From Steve Stedman

Over the last 30+ years of working with SQL Server, I have seen a lot of interview questions relating to SQL Server. I have been on both sides of...

How to Avoid Making Remote Desktop Connections to SQL Server

From MSSQL Tips

In this article we learn how to avoid having to make remote desktop connections to SQL Server and still be able to install, patch, read error logs and manage...

How can I use the identity column, without knowing identity column’s name.

From SQLStudies

One of the most fun parts of blogging is when you learn something completely unexpected while writing a blog. The ... Continue reading

Azure SQL Managed Instance

Azure SQL Managed Instance – Maintenance Windows

From SQLServerCentral Blogs

A post close to my heart, Azure SQL Managed Instance, I have blogged about this many times but I feel I should be sharing more details about this. One... The...

Backup and Recovery

Restore Database or Restore Log?

From DallasDBAs.com

How long has this worked, and why didn’t anyone tell me? A typical restore statement from a FULL backup and a LOG backup: USE [master] RESTORE DATABASE [XE_demo] FROM...

Community Interests

T-SQL Tuesday #150 – My First Technical Job

From Deb the DBA

Welcome to May’s T-SQL Tuesday! Thanks to Kennet...

T-SQL Tuesday #150 : My First Technical Job

From SQLBlog.org

My first technical job was taking horse bets at an...

My First Technical Job: T-SQL Tuesday #150

From SQLServerCentral Blogs

It’s that time of the month again for a T-SQL Tu...

T-SQL Tuesday #150 – My first technical job

From SQL Server Fast

I’ll admit, I’ve been slacking the T-SQL Tuesd...

TSQL Tuesday #150 – My first technical job

From SQLServerCentral Blogs

It’s that time of the month again, the blog part...

My First Technical Job

From Glenn Berry

Introduction This month’s T-SQL Tuesday is being...

T-SQL Tuesday #150 – Your First Technical Job

From No Column Name

Words: 597 Time to read: ~ 3 minutes Welcome to T-...

T-SQL Tuesday 150: My first technical job

From Curious..about data

I am glad to be contributing to the 150th blog par...

T-SQL Tuesday #150 – My First Technical Job

From Callihan Data

It’s time for T-SQL Tuesday. This month’s invi...

T-SQL Tuesday 150: My first technical job

From SQLServerCentral Blogs

I am glad to be contributing to the 150th blog par...

T-SQL Tuesday #150: Your First Technical Job

From FLX SQL

T-SQL Tuesday is a monthly blog party hosted by a different community member each month, and this month Kenneth Fisher (blog | twitter) asks us to talk about our...

Leadership Award from MSSQLTips.com

From SQLBlog.org

Today I received a mind-blowing award for my 200th tip at MSSQLTips.com.

Computing in the Cloud (Azure, Google, AWS)

Performance of Azure Shared Disk with Zone Redundant Storage (ZRS)

From SQLServerCentral Blogs

On September 9th, 2021, Microsoft announced the general availability of Zone-Redundant Storage (ZRS) for Azure Disk Storage, including Azure Shared Disk. What makes this interesting is that you can... The...

How to drop login on AWS RDS SQL Server without sysadmin using Hashicorp Vault

From SQLServer-DBA.Com

AWS RDS SQL Server and Hashicorp vault workaround for sysadmin

Cloud Data Management Challenges and Best Practices

From Dataversity

Data sources are increasing at an accelerating pace, and so is the volume of data. In 2021, it was reported that 79 zettabytes of data were generated across the...

Conferences, Classes, Events, and Webinars

DevOps 101: Introducing Database DevOps

Join Microsoft Data Platform MVP, and AWS Community Builder Grant Fritchey to discover what we mean by Database DevOps, why you need to include the database in your DevOps initiative and the benefits its offer you, your teams, and your organization.

DMO/SMO/Powershell

PowerShell First-Timers

From The lonely Administrator

Are you a PowerShell first-timer? Someone who is finally dipping their toes into the PowerShell pool. Or maybe you want to poke around and see what all the fuss...

Create If Else Statements in PowerShell

From IT Pro - Microsoft Windows Information, Solutions, Tools

Here's how to use If Else statements in PowerShell. Read on for instructions and examples.

Data Mining / Data Analysis

Exploring innovative modeling designs built to battle bias

From AllAnalytics

Students at North Carolina State University completed design projects yielding striking visuals, purpose and functionality without unethical design characteristics. If you were to design the ultimate vacation home, you...

The Power of Stacking

From AllAnalytics

Amazing things can be created when you start with small pieces and stack them together. Just ask Bryan Berg. He is the current world record holder for the tallest...

DevOps and Continuous Delivery (CI/CD)

Change Management and Leadership Alignment

Successfully implanting change in an organization requires buy-in from leadership. Rohan Kapoor explains what’s needed to get leadership alignment.

ETL/SSIS/Azure Data Factory/Biml

How you can save up to 80% on Azure Data Factory pricing

From SQLServerCentral Blogs

… with this one weird little trick Sorry fo...

Hardware

Raspberry Pi Reptile Cam Monitors Lizards for Optimal Support

From Tom's Hardware US

Jamie Munro is using a Raspberry Pi to monitor his...

AMD Gains CPU Share Amid Biggest Desktop PC Quarterly Decline In History

From Tom's Hardware US

The desktop PC market suffered its largest decline...

MDX/DAX

[DAX] Anti-Patterns Episode Nine - Filter Columns Not Tables! - Part 1 (with Daniil Maslyuk)

From Havens Consulting

A lot of videos and articles teach you how to write [DAX]. In this series Daniil Maslyuk and I will show you you how avoid bad [DAX] patterns, and...

Oracle/PostgreSQL/MySQL/other RDBMS

Oracle optimizer removing or coalescing subqueries

The Oracle optimizer often changes the query to get better performance. In this article, Jonathan Lewis explains two more optimizations involving subqueries.

Performance Tuning SQL Server

Indexed Views: No Filtered Indexes Or Filtered Statistics

From Erik Darling Data

Half Baked In my quest to love indexed views more, I’m always trying new things with them to solve problems. Occasionally, I am pleasantly surprised by what can be accomplished with...

PowerPivot/PowerQuery/PowerBI

Power BI Desktop - What is it and how do I use it?

From MSSQL Tips

Learn about Power BI Desktop the stalwart developm...

Import data using Python in Power BI

From SQLShack

In this article, we will learn how to use Python t...

Why isn’t my Agg hitting when using DISTINCTCOUNT in Power BI???

From Guy in a Cube

Using Aggregations in Power BI? Have some DISTINCTCOUNT in your measures? Wondering why the queries are slow and not hitting the aggs? Patrick shows you what is going on!...

Known Issues Power BI Report with Alerting

From FourMoo

I was actually working on my own version of the Known Issues Power BI report, when the Power BI team released their blog post New Power BI Known Issue...

Professional Development

Posting Data and Code–#SQLNewBlogger

From SQLServerCentral Blogs

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. I wrote a SQL New Blogger post recently... The...

Security News and Issues

Lincoln College Set to Close After Crippling Cyberattack

From Dark Reading: Dark Reading News Analysis

COVID-19 and a December 2021 cyberattack combined ...

Vanity URLs Could Be Spoofed for Social Engineering Attacks

From Dark Reading: Dark Reading News Analysis

Attackers could abuse the vanity subdomains of popular cloud services such as Box.com, Google, and Zoom to mask attacks in phishing campaigns.

Top 6 Security Threats Targeting Remote Workers

From Dark Reading: Dark Reading News Analysis

Remote work is here to stay, which means security teams must ensure that security extends beyond corporate devices and protects employees wherever they are.

Software Development

Setting the JDBC Statement.setFetchSize() to 1 for Single Row Queries

From Java, SQL and jOOQ.

An interesting hint by Vladimir Sitnikov has made ...

T-SQL and Query Languages

Are You Sorted? Tips Concerning T-SQL Window Ordering

From SQLPerformance

Queries with multiple ordering needs typically involve sorts in their plans. By following these tips, you can minimize the number of needed sorts. Learn more. The post Are You Sorted?...

How about we TRY and CATCH some Transactions?

From Sherpa of Data

In our last post, we started talking about transactions and how they can help your databases have data integrity. Let’s continue that today with our friends TRY and CATCH....

Getting results using less T-SQL

There is usually more than one way to write a query. In this article, Edward Pollack explains a few ways to write simpler T-SQL code.

Tech News

US Pledges to Help Ukraine Keep the Internet and Lights On

From Dark Reading: Dark Reading News Analysis

US State Department outlines coordinated governmen...

Virtualization and Containers/Kubernetes

DockerCon 2022: People Over Technology

From IT Pro - Microsoft Windows Information, Solutions, Tools

At DockerCon 2022, tech leaders offered a refreshi...

 
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

 

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