Designing Databases for Distributed Systems

Several data management patterns have emerged for microservices and cloud-native solutions. Learn important patterns to manage data in a distributed environment.
The post Designing Databases for Distributed Systems appeared first on SQLServerCentral.

What Is Good Database Design?

Find out how good database design is essential to ensure data accuracy, consistency, and integrity and that databases are efficient, reliable, and easy to use.
The post What Is Good Database Design? appeared first on SQLServerCentral.

Searching Flyway Migration Files using Grep and Regex

This article demonstrates a cross-RDBMS way of searching through a set of SQL migration files, in the right order, to get a narrative summary of what changes were made, or will be made, to one or more of the tables or routines within each migration file. Getting these summary reports, even from a set of SQL migrations, isn't difficult, but having a few examples makes it a lot quicker to get started.
The post Searching Flyway Migration Files using Grep and Regex appeared first on SQLServerCentral.

Understanding Power BI Security Options – Row-Level, Column-Level and Object-Level Security

Microsoft Power BI is an interactive data visualization tool primarily designed with business intelligence in mind. Apart from being a visualization tool, it also has some built-in security features that we will discuss in this article.
The post Understanding Power BI Security Options - Row-Level, Column-Level and Object-Level Security appeared first on SQLServerCentral.