First speakers announced for Summit 2023

Your first speakers in the lineup for PASS Data Community Summit 2023 have been announced! Check out the full details for this year's Pre-Cons and Learning Pathways, and find out why some of our speakers are particularly excited for what’s in store this year.
The post First speakers announced for Summit 2023 appeared first on SQLServerCentral.

Paging Data in T-SQL

This article will show you how to page through a set of results using the OFFSET and FETCH options of the ORDER BY clause.
The post Paging Data in T-SQL appeared first on SQLServerCentral.

SQL Server Resumable Index Operations

The ability to pause and then resume index rebuilds has been added to SQL Server. This is a fantastic feature, and with the release of SQL Server 2019, we can now replicate it on the actual create index process. Learn how to use this feature in this short article.
The post SQL Server Resumable Index Operations appeared first on SQLServerCentral.

Pipelining Configuration Information Securely to Flyway

This article demonstrates two techniques for allowing Flyway to read extra configuration information from a secure location, possibly encrypted. The first technique pipes the contents of the config file to flyway via STDIN, and the second uses PowerShell splatting. This makes it much simpler to use Flyway to manage multiple development copies of a database using role-base security.
The post Pipelining Configuration Information Securely to Flyway appeared first on SQLServerCentral.