| The Complete Weekly Roundup of SQL Server News by SQLServerCentral.com | Hand-picked content to sharpen your professional edge |
| Serverless Gets Faster When the Azure SQL Database serverless option was introduced, I was a bit disappointed that I couldn't get the database to pause any sooner than 1 hour. That meant I needed to ensure clients didn't access the system for an hour, but also, that I burned an hour of compute after the last access. Recently I saw an announcement that this time frame has come down to 15 minutes. While this might seem like a very simple change from a technical standpoint (just alter a timer option), I'm sure there was more work needed. I'm also sure there was a lot of debate on the sales/marketing side to decide if this would lose a lot of revenue. I'm sure this costs Azure some compute revenue in the short term, but it might also create opportunities from customers who consider using this in new situations since it can shut down quickly. I certainly think this makes the use of an Azure SQL database for QA/staging type work more attractive. This might also get more people to take a look at serverless and realize the auto-scale benefits are pretty cool. My request would be to drop this down to 5 minutes and increase the range of auto-scale as well. Maybe allow me to go from 2-16 vCores if needed with corresponding memory jumps. I don't know I need this by the minute, but I would like to have things shut down fairly quickly if we stop a workload and aren't using the system. I'd also like a better retry on startup other than trapping an error on the client and re-sending my request to connect. It's just embarrassing that we still have that happening for a cloud PaaS service. Steve Jones - SSC Editor 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 |
This article demonstrates three ways to install and maintain the Flyway CLI. I start with the easiest way, which is to run it from Docker. Next, is a standard, manual installation on both Windows and Linux, complete with a PowerShell routine that uses aliases to make it easier to keep Flyway up to date and to switch between versions. Finally, I'll describe briefly the advantages and disadvantages of using a Package Manager like Chocolatey. |
AI/Machine Learning/Cognitive Services |
Partying robots spark debate about accuracy of Mus... |
This tip will introduce and implement the K-Nearest Neighbors model in Python to give you a better understanding of how machine learning works. |
Azure Databricks, Spark and Snowflake |
In Databricks, dbutils.notebook provides a set of ... |
Schema Evolution in Databricks refers to the ability to automatically adapt and manage changes in the structure (schema) of a Delta Lake table over time. It allows users to... |
A Delta table is a type of table that builds on the Delta Lake storage layer and brings ACID (Atomicity, Consistency, Isolation, Durability) transactions, schema enforcement, and scalable metadata... |
Issue A recent issue was brought to our attention ... |
We had a support request where the customer was getting an error when trying to export his Azure SQL Database to a bacpac file using the SqlPackage command-line utility. |
We had a support request where the customer was getting an error when trying to export his Azure SQL Database to a bacpac file using the SqlPackage command-line utility.Error message: Microsoft.Data.Tools.Diagnostics.Tracer... |
Azure SQL Database serverless automatically scales compute based on workload demand and bills for compute used per second. In the General Purpose tier, serverless also provides an option to... |
Azure SQL Managed Instance |
Today, we are announcing the general availability of the following two major capabilities of the Managed Instance link feature with SQL Server 2022: |
Career, Employment, and Certifications |
Reading Time: 2 minutes In this post I want to answer the question about whether the new DP-700 Microsoft Fabric exam will replace the DP-600 exam? I address... |
AWS Console-to-Code generates reusable infrastructure as code from your AWS console actions, supporting Amazon EC2, RDS, and VPC. With a few clicks, get CloudFormation, CDK (TypeScript, Python, Java), or... |
I travel quite a lot for work. Most of it is in the US and Europe, but I get around to other places as well. Most of the time,... |
Computing in the Cloud (Azure, Google, AWS) |
As cloud repatriation rises, organizations must ba... |
Conferences, Classes, Events, and Webinars |
One of our popular courses is Advanced T-SQL for Developers and DBAs. If you're still writing T-SQL like it's SQL Server 2000, or even SQL Server 2016, it's time... |
With less than a month to go until PASS Data Community Summit 2024 kicks off in Seattle, we wanted to let you know what you can expect from Redgate... |
You heard it here first, PASS Data Community Summit will return to Seattle next year! Save the date, as PASS Summit will take place in person at Summit, Seattle Convention Center, from November 17-21, 2025! |
Unable to travel to Seattle this November? We have options for you to join in from the comfort of your own home or office, with a free livestream and on-demand access available to buy. |
Data Privacy, Compliance, and Governance |
48-page report urges FTC, FCC to investigate connected TV industry data harvesting. |
DevOps and Continuous Delivery (CI/CD) |
While DevOps enhances software delivery speed, financial inefficiencies can arise if not properly managed. Learn best practices to optimize costs and streamline DevOps tools and processes. |
With the release of SQL Server 2022, Microsoft introduced several enhancements to improve database performance and manageability. One such feature is the AUTO_DROP option for statistics. In this blog post, we’ll explore what the AUTO DROP option is, how it works, and why it’s beneficial for database administrators and developers. |
HA/DR/Always On/Clustering |
This guide covers key concepts, best practices, relevant technologies, and communication strategies for minimizing downtime and recovering quickly from disruptions. |
It's like disaster recovery (and business continuity) planning is the end-of-term research paper that the professor mentioned on the first day of class, but which most students don't start... The... |
Macs will reportedly launch around the same time as Apple Intelligence in macOS. |
Microsoft Fabric ( Azure Synapse Analytics, OneLake, ADLS, Data Science) |
I wrote about cloud connections when they were in a very early stage. Cloud connections evolved and are now sharable. We call the “regular” connection as “personal connection”. The... |
Oracle/PostgreSQL/MySQL/other RDBMS |
Tablespaces play an important role in database management systems, as they determine where and how database objects like tables and indexes are stored. Both Oracle and PostgreSQL have the concept of tablespaces, but they implement them differently based on the overall architecture of each database. |
Performance Tuning SQL Server |
A Little About DOP and Bitmaps In SQL Server Thanks for watching! Going Further If this is the kind of SQL Server stuff you love learning about, you’ll love... |
Estimates and statistics are often discussed in our community, but I doubt the average DBA knows how they flow. So I wanted to write a post with examples showing how SQL Server estimates the rows for a specific operation. |
After a successful 3rd beta in August 2024, the PostgreSQL development group released the GA version on September 26th. Recently, I blogged about some of the key logical replication... |
The pg_timeseries extension uses Hydra Columnar storage for historical data. Check this out if you want to know how this kind of storage compares to standard Postgres Heap storage... |
PowerPivot/PowerQuery/PowerBI |
DESCRIPTION Ever feel like Power BI is throwin... |
Ah, the elderly parent, the old warhorse SQL Server Reporting Services, and the young(ish) upstart Power BI and its On Premises Data Gateway |
Review the issues detected by DAX Optimizer, prioritize your effort based on impact metrics, and learn about the problems identified and how to solve them. |
Ah, the elderly parent, the old warhorse SQL Server Reporting Services, and the young(ish) upstart Power BI and its On Premises Data... |
Product Reviews and Articles |
Redgate Test Data Manager is designed to provide secure, anonymized, and representative copies of production databases. This article focuses on the role of deterministic data masking, transforming PII consistently... |
I have been asked recently by a colleague of mine how to extract the variance from a model estimated using adam() function from the smooth package in R. The problem was that that person started reading the source code of the forecast.adam() and got lost between the lines (this happens to me as well sometimes). Well, there is an easier solution, and in this post I want to summarise several methods that I have implemented in the smooth package for forecasting functions. |
Parquet is interoperable between Python and R, fast to read+write, works well with databases, and stores complex data types (e.g., tibble listcols). Use it instead of CSV. Many pros, few (no?) cons. |
The Security Update for SQL Server 2022 RTM CU15 is now available for download at the Microsoft Download Center and Microsoft Update Catalog sites. This package cumulatively includes all... |
The Security Update for SQL Server 2022 RTM GDR is now available for download at the Microsoft Download Center and Microsoft Update Catalog sites. This package cumulatively includes all... |
The Security Update for SQL Server 2019 RTM CU28 is now available for download at the Microsoft Download Center and Microsoft Update Catalog sites. This package cumulatively includes all... |
The Security Update for SQL Server 2019 RTM GDR is now available for download at the Microsoft Download Center and Microsoft Update Catalog sites. This package cumulatively includes all... |
The report notes a record $75 million ransom paid by a Fortune 50 company. |
CLoudflare just blocked the current record DDoS attack: 3.8 terabits per second. (Lots of good information on the attack, and DDoS in general, at the link.) News article. |
Learn about Linux kernel threats, including buffer overflows and use-after-free vulnerabilities, and implement effective defense strategies. |
Frappe serves as the foundational framework upon which ERPNext is built, providing a flexible platform for developing and customizing ERP solutions. With the modular architecture and extensive feature set it has, ERPNext streamlines many business processes, from finance and inventory control to human resources and customer relations. |
I got a message a few months back that Microsoft was deprecating the MySQL server version that I was using in Azure. The cost was going up, and while... The... |
T-SQL and Query Languages |
Steve Jones enumerates a result set: I’m going to use some fun data for me. I’ve been tracking my travels, since I’m on the road… |
I realized that I hadn’t done much blogging on Window functions in T-SQL, and I’ve done a few presentations, so I decided to round out my blog a bit.... The... |
Inconsistent Error Handling By SQL Server Thanks for watching! Going Further If this is the kind of SQL Server stuff you love learning about, you’ll love my training. I’m... |
Fisker waited until Friday evening to tell the buyer about the problem. |
Benchmark may help us understand how quantum computers can operate with low error. |
Google called the DOJ extending search remedies to AI "radical," an "overreach." |
ITPro Today's 2024 Salary Report reveals that personal fulfillment, family needs, and reducing stress are priorities for IT professionals, as burnout and long hours take a toll on mental... |
...to know which way the wind blows. This week, it... |
Trek takes on the Garmin Varia with its new CarBac... |
The power of exception handling is that it allows every layer in our stack be notified of an error condition, do something about it, and pass it on if... |
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. |
|
|