| The Complete Weekly Roundup of SQL Server News | Hand-picked content to sharpen your professional edge |
| Personal Power Because of my job with Redgate (which I love and will never leave even after I’m dead), I spend a lot of time learning about compliance and all the new laws and regulations coming out of things like the GDPR and the CCPA (they changed the name evidently). However, I’m a nerd. I’m not a lawyer. Regardless, I spend a lot of time reading those laws, then, I try to take what I’ve learned and share it with other data professionals. However, here’s where things go off the rails a bit. A lot of times, while talking to my data pro peers, I get the message back, “Yeah, we hear your Grant, and all this compliance stuff sounds pretty dire for our organization, but, I’m not in charge. I can only do what my boss tells me and she hasn’t told me to work on this.” Let me tell a story. Once upon a time, I went to my boss and said something along the lines of, “Hey, our organization is doing something foolish, you need to carry the message to the powers that be.” I’ll never forget his response to me, because I’ve tried, mostly successfully, to live by it ever since. “Grant, there’s personal power and there’s institutional power. I can try to use institutional power to implement this change. However, you’ve got the knowledge, the passion, and the drive to carry this to the organization on your own. You need to grow your personal power with the organization and then, despite your position, you can more directly influence what happens.” Now, I have cleaned this up a little. My boss could occasionally used more salty language than I used here. You can insert your own curse words where you feel appropriate. Anyway… And they lived happily ever after.
The point is, yes, you don’t have institutional power to carry a message to your organization. It doesn’t matter if that message is something really broad like compliance, or just simple stuff like, maybe having an off-site backup would be a good idea. You can be the person that carries it into the organization. You can use your personal power to talk to the right people, to share with them your knowledge, yes, but more importantly for you, to share with them your desire to help the organization. I’m not suggesting you bypass your boss. I’m also not suggesting you start hanging out in the legal team’s office haranguing them. I’m just saying, sometimes, you’re the right person to step up and deliver a necessary message. Never doubt that. You may have a unique understanding about something the organization didn’t know about. It happens every day. After talking with your boss, you might find out the organization was already on top of the situation. This won’t hurt you, again, you’re showing interest in a way that’s positive. It will benefit you and your career. 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 |
Giorgi Abashidze explains how his team use a 2-phase deployment process with SQL Compare Command line, and some SQL Synonyms, to automate custom deployments for each of their customers, while only needing to maintain one branch per release in source control. |
You need to make sure that nobody tampers with your production databases, or really any databases outside Development. Even if you weren't of a nervous disposition, you'd want to know if a database was stopped or removed. You'd also be intrigued by the sudden unrehearsed addition of a database to a production server. |
Phil Factor shows uses SQL Clone and PowerShell to automatically create images of all databases on an instance, if they don't already exist, and then create or refresh clones of each one, on all your development servers. |
AI/Machine Learning/Cognitive Services |
While Brexit has distracted us for the past few years, a far more subtle but important revolution has been happening right under our noses. Artificial intelligence (AI) has become... |
In the previous article “PCIe Device NUMA Node Locality” I covered the physical connection between the processor and the PCIe device briefly touched upon machine learning workloads with regards... |
Analysis Services / BI on the MS Stack |
If you're a Power BI admin, you should be aware of certain items within the Office 365 Admin Center. These will help you be a better admin! Admin course... |
Azure Databricks, Spark and Snowflake |
(2020-Feb-04) I didn't name this blog post as "Pe... |
When implementing any kind of automation for database deployments, it’s important to implement safeguards for your production environment. This is needed even in the best conditions when team members... |
I just wanted to give everyone a heads-up that we recently shipped version 18 of our free SDU Tools for developers and DBAs. We've had so many requests for... |
I was doing a POC of SQL Server 2019 Big Data Cluster (BDC) recently. We did the POC in Azure as they didn’t have a Kubernetes environment on-prem that... |
Computing in the Cloud (Azure, Google, AWS) |
While businesses have been adopting the cloud and ... |
Conferences, Classes, Events, and Webinars |
Date and time: Thursday 20 February, 4-5pm GMT / 10-11am CST - Join Microsoft MVP Kendra Little and Redgate's Chris Unwin as they demo our new ‘hybrid model’ workflow! The model allows you to combine the state-based development experience with the customizable power of migrations-based deployments. Register your place to find out more. |
The results are in! Join our expert panel, Kendra Little, Kellyn Pot’Vin Gorman and Grant Fritchey on Wednesday 12 February, 4-5pm GMT to dig into the key findings from Redgate’s fourth annual State of Database DevOps report and learn how to use these insights to drive improvements in your own software development process. |
With PowerShell 7 being cross-platform, the questi... |
Data Privacy, Compliance, and GDPR |
In this series of articles about the CCPA, we’ve been talking about how the new privacy Act affects businesses in California (and businesses outside the state if they handle... |
DevOps and Continuous Delivery (CI/CD) |
Please join me, Kendra Little and Grant Fritchey on February 10th for an awesome webinar to discuss the results from the Tags: DevOps, Webinar Del.icio.us Facebook TweetThis Digg ... |
ETL/SSIS/Azure Data Factory/Biml |
We can now pass dynamic values to linked services at run time in Data Factory. This enables us to do things like connecting to different databases on the same... The... |
Click here to learn more about Sean Derrington. As data proliferates at an exponential rate, companies must not only store it. They must approach Data Management expertly and look... |
Performance Tuning SQL Server |
I’ve decided that, in fact, it is time to start moving people off the ancient technology, Profiler. Before, I always said, stay where you’re comfortable. However, keeping people comfortable... The... |
This article explains the behavior of LASTNONBLANK, LASTNONBLANKVALUE, and similar DAX functions, also providing patterns for performance optimization. The DAX language can operate on aggregated values and on individual... |
The Query Store feature is a bit unique in that its status can change without user interference, which means it is important to understand how changes to Query Store... |
Computed Column can be utilized to optimize the query performance. It can be leveraged, to make the query sargeable, to make proper use of available indexes. In this article,... The... |
During the recent consulting engagement of SQL Server 2017/2019, my client asked me if I can help them enable the new feature of Row Goal. First appeared on SQL SERVER –... |
PowerPivot/PowerQuery/PowerBI |
Today I was helping a customer with a problem that seemed quite simple on the surface. She had a data table containing historical customer sales orders (each customer has... |
Following along with last month’s documentation homework this month I want you to write a blog post. But Ken, what ... Continue reading The post SQL Homework – February 2020... |
eWEEK NEWS ANALYSIS: In a week filled with major political news, you’d hardly expect that the failure of a mobile app would be a top story, but that was... |
SQL Server logins can be configured to use password policies enforced by Windows. These policies include determining when passwords expire, how many invalid passwords can be entered before lock-out,... |
SQL Server may skip 1000 numbers on an Identity column if the server crashes. Here’s why: Too long, didn’t watch version: SQL Caches 1000 numbers at a time to... |
This article will talk about myth with Stuff() fun... |
Part of good server monitoring it to have alerts enabled for a number of different errors to know when things go bad. The problem is we were getting the... |
"This is not a hack or an intrusion," a party offi... |
Virtualization and Containers/Kubernetes |
Welcome to February 2020. It’s the second month of the year 2020! I remember sitting at a server with SQL Server 6.5 installed on it, worrying about the Y2K... The... |
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. |
|
|