article thumbnail

Max Worker Threads for SQL Server Always on Availability Group databases

SQL Shack

This article gives an overview of the Max Worker Threads for the SQL Server Always On Availability Group databases. It is available from SQL Server 2012 onwards. SQL Server Always On Availability Group is a widely accepted feature to implement high availability and disaster recovery solution (HADR).

article thumbnail

How to collect Prometheus metrics in Dynatrace

Dynatrace

It records real-time metrics in a time series database with flexible queries and real-time alerting. Since its launch in 2012, Prometheus has become the standard technology to collect metrics in a Kubernetes cluster. It then compresses and stores them in a time-series database on a regular cadence.

Metrics 209
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Observability engineering: Getting Prometheus metrics right for Kubernetes with Dynatrace and Kepler

Dynatrace

Named after the Greek god who brought fire down from Mount Olympus, Prometheus metrics have been transforming observability since the project’s inception in 2012. For Kubernetes, it’s a good idea to configure port-forwarding to facilitate database debugging, which enables us to load the metrics overview in our browser.

Metrics 185
article thumbnail

Overlooked T-SQL Gems

SQL Performance

In my examples I'll use a sample database called TSQLV5. You can find the script that creates and populates this database here , and its ER diagram here. The EOMONTH function was introduced in SQL Server 2012. SQL Server 2012 introduced the function CONCAT. EOMONTH has a second parameter. SELECT name FROM sys.

C++ 111
article thumbnail

Expanding the Cloud for Windows Developers - All Things Distributed

All Things Distributed

By Werner Vogels on 08 May 2012 02:00 PM. You can then off load the management and scaling of your database and application stack to Amazon RDS and AWS Elastic Beanstalk , and focus on adding value to your customers. Amazon RDS currently supports SQL Server 2008 R2 and plans to add support for SQL Server 2012 later this year.

Cloud 116
article thumbnail

Register for AWS re: Invent - All Things Distributed

All Things Distributed

By Werner Vogels on 16 July 2012 09:00 AM. There are sessions in many different categories: Architecture, Big Data, HPC, Computer & Networking, Storage, Databases, Security, Tools & Languages, Media Sharing & Content Delivery, Managing AWS Resources, Enterprise IT, Mobile, Start-up, and more. All Things Distributed.

AWS 85
article thumbnail

Minimal Logging with INSERT…SELECT into Empty Clustered Tables

SQL Performance

For SQL Server 2012 and earlier, this means 5 extra bytes per row are included in the data size calculation: One byte for an internal bit flag, and four bytes for the uniquifier (used in the calculation even for unique indexes, which do not store a uniquifier ). SQL Server 2012. fn_dblog ( NULL , NULL ) AS FD WHERE.

Cache 67