Redgate logo for print use
Skip to contentRedgate logo
  • Products
  • Solutions
  • Customers
  • Our company
  • Support
  • Learning & community
  • Buy now
    • See all products
    • Request a quote
    • Contact sales
    • My account
    • Shopping cart
  • Products
    • All products
    • Redgate Flyway
    • Redgate Monitor
    • Redgate Test Data Manager
    • SQL Toolbelt Essentials
    • Productivity
      • SQL Prompt
      • Redgate Data Modeler
      • SQL Search
      • Redgate pgNow
    • Test data management
      • Redgate Test Data Manager
    • Version control
      • Redgate Flyway
      • SQL Source Control
      • Source Control for Oracle
    • Comparison products
      • SQL Compare
      • SQL Data Compare
      • Schema Compare for Oracle
      • Data Compare for Oracle
      • Redgate pgCompare
      • Schema Compare for MySQL
    • .NET
      • .NET Developer Bundle
      • .NET Reflector
      • ANTS Performance Profiler
      • ANTS Memory Profiler
      • SmartAssembly
    • All products
      • .NET Developer Bundle
      • .NET Reflector
      • ANTS Memory Profiler
      • ANTS Performance Profiler
      • Data Compare for Oracle
      • Data Masker
      • Redgate Data Modeler
      • Redgate Flyway
      • Redgate Monitor
      • Redgate pgCompare
      • Redgate pgNow
      • Redgate Test Data Manager
      • Schema Compare for MySQL
      • Schema Compare for Oracle
      • SmartAssembly
      • Source Control for Oracle
      • SQL Backup
      • SQL Clone
      • SQL Compare
      • SQL Data Catalog
      • SQL Data Compare
      • SQL Data Generator
      • SQL Dependency Tracker
      • SQL Doc
      • SQL Index Manager
      • SQL Multi Script
      • SQL Prompt
      • SQL Provision
      • SQL Scripts Manager
      • SQL Search
      • SQL Source Control
      • SQL Test
      • SQL Toolbelt Essentials
  • Use Cases
    • Overview
    • Security and compliance
    • Database monitoring and observability
    • Database change management
    • Productivity and workflow automation
    • Cloud migration and workload optimization
    • Database modernization
    • Efficiency and cost optimization
    • AI data readiness
  • Customers
  • Our company
    • Overview
    • Careers
    • Contact us
    • Redgate blog
    • Newsroom
    • Leadership
  • Support
  • Learning & community
    • Learning & community | Redgate Hub
    • Product articles
    • University
    • Events
    • Forums
    • Community
    • Simple Talk
  • Buy now
    • See all products
    • Request a quote
    • Contact sales
    • My account
    • Shopping cart

Security and compliance

Ensure data security and compliance with data masking, monitoring, and change traceability

Database monitoring and observability

Monitor and understand your databases with full visibility into performance and change

Database change management

Build, test, and deploy database changes with confidence

Productivity and workflow automation

Simplify and speed up database development workflows

AI data readiness

Prepare reliable data foundations for AI initiatives

Database modernization

Simplify and secure database modernization across platforms

Efficiency and cost optimization

Control costs and boost efficiency in database operations

Cloud migration and workload optimization

Simplify and speed up cloud database transformation

New report2026 State of database landscape cover

2026 State of the Database Landscape − download the report

Get an overview of our solutions

Redgate Flyway

Bring stability and speed to database deployments

Redgate Monitor

Understand server performance in an instant with fast deep-dive analysis

SQL Toolbelt Essentials

10 simple tools for fast SQL Server development

Redgate Test Data Manager

Get test data that catches bugs and passes audits

See all our products

New 2026 State of the Database Landscape report|Get your copy

Redgate Blog

  • All
  • Audit & compliance
  • Database development
  • DevOps
  • Events
  • Software development
  • Working at Redgate
Redgate Data Modeler

Redgate Data Modeler

31 March 2015

Redgate Data Modeler

Redgate Data Modeler

31 March 2015

“Concise Guide to Databases” – briefly about everything

There are books that you plan to read. Then, there are books that you actually started reading and then stopped. Then, there are books you started reading and you hope to finish sometime. The last database book I did read was "Concise Guide to Databases" by Peter Lake and Paul… Read more
Jonathan Hickford

Jonathan Hickford

27 March 2015

Jonathan Hickford

Jonathan Hickford

27 March 2015

Customer-specific database deployments

A question we often get asked is how to deploy specific variations of a database to different customers. Or how to deploy different static configuration data to each customer, and how to version control, test and deploy this per customer in an automated way. In the post below I’m going… Read more

automated deployment

continuous integration

Alex Yates

Alex Yates

26 March 2015

Alex Yates

Alex Yates

26 March 2015

Database CI and automated deployment with Jenkins: a Step by Step Tutorial

This post has now been updated by Alex Yates to reflect the latest software. Read the new post. Read more

automated deployment

continuous integration

SQL Change Automation

Chris Smith

Chris Smith

26 March 2015

Chris Smith

Chris Smith

26 March 2015

The 5 big benefits of automated deployment

“Every software development team should have a fully automated deployment process.” That’s according to pretty much everyone I meet at conferences and events. It’s not even a debate. It’s a declaration. In actual fact there are only a small number of software development teams who have a ‘one-click’, totally hands-off… Read more

automated deployment

Redgate Data Modeler

Redgate Data Modeler

26 March 2015

Redgate Data Modeler

Redgate Data Modeler

26 March 2015

Designing & Deploying a PostgreSQL Database in the Cloud

Our users sometimes say to us: “Redgate Data Modeler is awesome but... how can I add the data?” That's why I decided to show you how to set up a simple PostgreSQL database in the Cloud using a database model created in Redgate Data Modeler, and cloud-based PostgreSQL server hosted… Read more
Redgate Data Modeler

Redgate Data Modeler

20 March 2015

Redgate Data Modeler

Redgate Data Modeler

20 March 2015

A Database Model for an Online Survey. Part 2

In part 1 of this article series, we discussed a basic design for an online survey. In the conclusion to that article, I mentioned part 2 would cover more advanced features for our survey. Let’s start by extending the functionality to support different types of questions. Read more
Redgate Data Modeler

Redgate Data Modeler

12 March 2015

Redgate Data Modeler

Redgate Data Modeler

12 March 2015

How to Color ERD Diagrams in Redgate Data Modeler

When you are designing a database model with hundreds of tables, you can make it more readable and comprehensible by coloring different groups of tables or subject areas. Learn how to do this quick and easy in Redgate Data Modeler. Read more
Redgate Data Modeler

Redgate Data Modeler

5 March 2015

Redgate Data Modeler

Redgate Data Modeler

5 March 2015

A Database Model for an Online Survey. Part 1

I need to create the design for a new database which will be the data layer for an application; the application will be an online survey or polling like Survey Monkey. My challenge is that the functionality that I require is not supported by existing survey sites, so I need… Read more
Redgate Data Modeler

Redgate Data Modeler

26 February 2015

Redgate Data Modeler

Redgate Data Modeler

26 February 2015

5 Steps for an Effective Database Model

Database design is the process of producing a detailed model of a database. This model contains the necessary logical (table names, column names) and physical (column datatypes, foreign keys) choices to translate the design into a data definition language (aka SQL), which can be used to create the actual physical… Read more
Redgate Data Modeler

Redgate Data Modeler

19 February 2015

Redgate Data Modeler

Redgate Data Modeler

19 February 2015

Modeling a Basic Data Structure to Manage Users, Threads, and Posts

An online discussion forum is a site where people can hold conversations in the form of posted messages. Discussion forums allow conversations to take place when people are not on-line, and messages may be temporarily archived. Also, depending on the forum set-up, a message might need to be approved by… Read more
PreviousNext
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
The 2026 State of Database Landscape report cover

New report for 2026

2026 State of the Database Landscape

Database teams are under pressure to move faster than ever – without losing control. The State of the Database Landscape reveals how teams are responding in 2026.

Download the report

The "Introduction to PostgreSQL for the data professional" front cover

Free book

Introduction to PostgreSQL for the data professional

From getting your first instance, to server configurations, we cover the PostgreSQL basics.

Get your free copy

Products

  • Redgate Monitor
  • Redgate Flyway
  • Redgate Test Data Manager
  • SQL Toolbelt Essentials
  • SQL Prompt
  • SQL Compare

Solutions

  • Security and compliance
  • Database monitoring and observability
  • Database change management
  • Productivity and workflow automation
  • Cloud migration and workload optimization
  • Database modernization
  • Efficiency and cost optimization
  • AI data readiness

Support

  • Forums
  • Contact product support
  • Find my licenses
  • Download older versions

Our company

  • Careers
  • Contact us
  • Redgate Blog
  • Our values
  • Leadership

Trust Center

  • License agreement
  • Privacy and cookies
  • Modern slavery statement
  • CCPA
  • Accessibility

Community

  • Podcast
  • Simple Talk
  • Redgate Advocates
  • SQL Server Central

Learning

  • Product Articles
  • Events
  • University
  • Books

Partners

  • Resellers
  • Consulting partners

Follow us

Redgate on TwitterRedgate on LinkedInRedgate on YouTube
  • Copyright 1999 - 2026 Red Gate Software Ltd

Cookies on red-gate.com

This website stores cookies on your computer.

These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.

To find out more about the cookies we use, see our Privacy Policy.

  • Customize additional cookies