How to get started with Flyway, as simply as possible, using PowerShell. This article provides a practice set of Flyway migration scripts that will build the original pubs database on either SQL Server, PostgreSQL, MySQL, MariaDB or SQLite and then migrate it from version to version, making a series of improvements to its schema design.
The post Getting Started with Flyway and any RDBMS appeared first on SQLServerCentral.
Search all String Columns in all SQL Server Tables or Views
In this article we look at T-SQL script you can use to search for a string in every table and view in every database or in a specific database.
The post Search all String Columns in all SQL Server Tables or Views appeared first on SQLServerCentral.
The post Search all String Columns in all SQL Server Tables or Views appeared first on SQLServerCentral.
Simple Reporting with Flyway and Database Models
If you can generate a file-based (JSON) model for each new version of a database, produced by a Flyway migration, then you have an easy way to run simple reports to help you search, list, and understand the structure of these databases. I'll show how to produce the models using PowerShell and then run some queries against them to generate the reports.
The post Simple Reporting with Flyway and Database Models appeared first on SQLServerCentral.
The post Simple Reporting with Flyway and Database Models appeared first on SQLServerCentral.
Memory profiling in Python with tracemalloc
You can find memory leaks in Python code with tracemalloc. In this article, Priyanka Nawalramka demonstrates how to use tracemalloc to find the leaks.
The post Memory profiling in Python with tracemalloc appeared first on SQLServerCentral.
The post Memory profiling in Python with tracemalloc appeared first on SQLServerCentral.
Sharing SQL Prompt Code Snippets and Styles via the Redgate Platform
SQL Prompt users can now share formatting style or code snippets in designated Team spaces on the Redgate Platform. Louis Davidson explains how it works.
The post Sharing SQL Prompt Code Snippets and Styles via the Redgate Platform appeared first on SQLServerCentral.
The post Sharing SQL Prompt Code Snippets and Styles via the Redgate Platform appeared first on SQLServerCentral.
Oracle optimizer removing or coalescing subqueries
The Oracle optimizer often changes the query to get better performance. In this article, Jonathan Lewis explains two more optimizations involving subqueries.
The post Oracle optimizer removing or coalescing subqueries appeared first on SQLServerCentral.
The post Oracle optimizer removing or coalescing subqueries appeared first on SQLServerCentral.
Getting results using less T-SQL
There is usually more than one way to write a query. In this article, Edward Pollack explains a few ways to write simpler T-SQL code.
The post Getting results using less T-SQL appeared first on SQLServerCentral.
The post Getting results using less T-SQL appeared first on SQLServerCentral.
How to use Images in Power BI Report Builder
Learn how you can add images to your reports in Power BI when using the Report Builder.
The post How to use Images in Power BI Report Builder appeared first on SQLServerCentral.
The post How to use Images in Power BI Report Builder appeared first on SQLServerCentral.
