Remove use-window-functions-sql-server
article thumbnail

PostgreSQL® Hostname Configuration

Scalegrid

In this blog post, we’ll guide you through understanding the PostgreSQL hostname, setting it up correctly, and utilizing it effectively in SQL queries. Configure the PostgreSQL hostname by editing configuration files and restarting the server, with secure storage of connection details to enhance security.

Database 130
article thumbnail

Master MySQL Point in Time Recovery

Scalegrid

This article delivers a practical roadmap for using backups and binary logs to achieve accurate MySQL recovery, detailed steps for setting up your server, and tips for managing recovery and backups effectively without overwhelming you with complexity. Use the ‘–log-bin’ option to designate a base name for the binary log files.

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

Additional T-SQL Improvements in SQL Server 2022

SQL Performance

Recently I covered some of the T-SQL improvements in SQL Server 2022 here , and Aaron Bertrand covered additional improvements here. Microsoft just announced the release of SQL Server 2022 CTP 2.1. This release includes a number of additional interesting T-SQL improvements, which include: The distinct predicate.

Servers 142
article thumbnail

T-SQL Windowing Improvements in SQL Server 2022

SQL Performance

Microsoft recently released the first public preview of SQL Server 2022. This release has a number of T-SQL improvements. In this article I focus on windowing and NULL-related improvements. These include the new WINDOW clause and the windowing NULL treatment clause. The WINDOW Clause. 63 1402.95.

Servers 145
article thumbnail

Extend business observability: Extract business events from online databases (Part 2)

Dynatrace

In part 2, we’ll show you how to retrieve business data from a database, analyze that data using dashboards and ad hoc queries, and then use a Davis analyzer to predict metric behavior and detect behavioral anomalies. Dynatrace users typically use extensions to pull technical monitoring data, such as device metrics, into Dynatrace.

Database 269
article thumbnail

MySQL 5.7 Upgrade Issue: Reserved Words

Percona

As MySQL gets new functionality or the project matures, there are new additions to the list of reserved words you can not use as column names. Odds are you are not using a column named Master_tls_ciphersuites , but what about Rank , System , Skip , or Lead ? So what happens if I use a reserved word?

article thumbnail

Are You Sorted? Tips Concerning T-SQL Window Ordering

SQL Performance

A supporting index can potentially help avoid the need for explicit sorting in the query plan when optimizing T-SQL queries involving window functions. Naturally, if a partitioning or ordering element doesn’t appear in the window function, you omit that part from the index definition. Environment for Demos.

C++ 133