Remove category sql-azure
article thumbnail

What is Google Cloud Functions?

Dynatrace

In a time when modern microservices are easier to deploy, GCF, like its counterparts AWS Lambda and Microsoft Azure Functions , gives development teams an agility boost for delivering value to their customers quickly with low overhead costs. These functions can connect with supported cloud databases, such as Cloud SQL and Bigtable.

Google 226
article thumbnail

2019 PostgreSQL Trends Report: Private vs. Public Cloud, Migrations, Database Combinations & Top Reasons Used

Scalegrid

We found the answers at the Postgres Conference in March where we surveyed PostgreSQL users, contributors, and SQL and NoSQL database administrators alike. Microsoft Azure and Google Cloud Platform tied neck and neck at 17.5% The remaining 10% in our Others category was comprised by DigitalOcean, IBM Cloud, Rackspace, and Alibaba.

Database 185
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

2021 Data/AI Salary Survey

O'Reilly

Cloud certifications, specifically in AWS and Microsoft Azure, were most strongly associated with salary increases. As we’ll see later, cloud certifications (specifically in AWS and Microsoft Azure) were the most popular and appeared to have the largest effect on salaries. Many respondents acquired certifications.

Azure 145
article thumbnail

New Product Release: Tasktop Hub 21.2 – Design Facelift, Enhanced Support for Jira, GitLab, BMC Remedy

Tasktop

See what’s running: Background jobs are organized in three categories: Running, Failed and Completed. If you’re running on MS SQL Server, managing very large Collections, or synchronizing containers — expect to see a significant performance improvement in Tasktop Hub 21.2. . 590) and Sharepoint (Azure AD).

Design 52
article thumbnail

Common SQL Server Mishaps

SQL Performance

I've been teaching and writing about common SQL Server mistakes for many years. This article will expand on my previous article and point out how these apply to SQL Server , Azure SQL Database , and Azure SQL Managed Instance. SQL Server Agent alerts. DBCC CHECKDB. Memory settings. Statistics.

Servers 49
article thumbnail

Fundamentals of table expressions, Part 6 – Recursive CTEs

SQL Performance

I describe T-SQL’s support for recursive CTEs, as well as standard elements that are not yet supported by T-SQL. I do provide logically equivalent T-SQL workarounds for the unsupported elements. A classic category of uses has to do with handling of graph structures, like our employee hierarchy. Sample data. SEARCH clause.

C++ 143
article thumbnail

Introduction to Wait Statistics

SQL Performance

I’m going to introduce you to wait statistics and explain how critical they are for troubleshooting workload performance in SQL Server. The execution of SQL Server’s internal code is done using a mechanism called threads. When that happens, SQL Server makes a note of why the thread had to wait and this is called the wait type.

Servers 40