Using TOP clause in a SELECT statement

There might be a time when you might want to return just a few rows of a result set, instead of the complete set. This might be useful if you want to just validate a selection criteria or a few rows of data. For whatever the reason the TOP clause can be used to return a specific number or a percentage of rows from a result set. This article will cover using the TOP clause in a SELECT statement and how it can be used to return a partial set of records.
The post Using TOP clause in a SELECT statement appeared first on SQLServerCentral.

Piping, Filtering and Using Flyway Output in PowerShell

Flyway's output is often overwhelmed with verbose messages, most of which we can ignore but some of which provide vital warnings about failed compilations, or useful details about what a migration or callback did. I'll show how to use some pipeline-aware PowerShell functions to filter out and save the bits we want and pass the results along in a form that is useful to the next process in the pipeline.
The post Piping, Filtering and Using Flyway Output in PowerShell appeared first on SQLServerCentral.

How to use the SQL WHERE Clause with Examples

With the SQL WHERE clause in SQL Server, users can filter their query results in many ways. In most cases, we do not utilize all the options the WHERE clause provides, so we tend to forget that they exist. In this SQL tutorial, we will look at several examples of how to use the WHERE clause.
The post How to use the SQL WHERE Clause with Examples appeared first on SQLServerCentral.

Database Monitoring: The ROI of Build vs. Buy

In this webinar, Microsoft Data Platform MVP, Grant Fritchey, is joined by our expert panel to share the pros and cons to building a monitoring system versus purchasing one.
The post Database Monitoring: The ROI of Build vs. Buy appeared first on SQLServerCentral.

Thought Leadership resource page

Find the latest insights on digital modernization and the role of the database in it in our new resource page. With articles and webinars from Redgate leaders and friends of Redgate.
The post Thought Leadership resource page appeared first on SQLServerCentral.