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

10 December 2015

Redgate Data Modeler

Redgate Data Modeler

10 December 2015

Tip #10 – How to use a data type that is not listed in the data types panel

Redgate Data Modeler will never let you get stuck in a data type dead end. Even if the type you need is not listed, it doesn’t mean you cannot use it. Data types you can find in the data types panel are just the most popular ones. Read more
Redgate Data Modeler

Redgate Data Modeler

9 December 2015

Redgate Data Modeler

Redgate Data Modeler

9 December 2015

Tip #9 – How to create multiple references between two tables

Relationships in the real world may not be as easy as we would like them to be. Sometimes we want to model a situation where one table is refering to the other more than once. Luckily, with Redgate Data Modeler, this is a piece of cake. Read more
Redgate Data Modeler

Redgate Data Modeler

8 December 2015

Redgate Data Modeler

Redgate Data Modeler

8 December 2015

Tip #8 – Setting Your Own Names for Primary Key

Sometimes the naming convention you use requires a specific pattern for the primary keys’ names. That’s why you may want to set your own names for each primary key in your database model instead of using default ones. Go on reading to get to know how to do this in… Read more
Matt Hilbert

Matt Hilbert

7 December 2015

Matt Hilbert

Matt Hilbert

7 December 2015

Smaller software releases are big news too

This has been a good year for Redgate customers. Major software releases of SQL Prompt, SQL Compare, Redgate Monitor, and SQL Source Control have introduced new features, added support for the latest versions of SQL Server Management Studio and Visual Studio, and made them even easier and more intuitive to… Read more

SQL Toolbelt

Redgate Data Modeler

Redgate Data Modeler

7 December 2015

Redgate Data Modeler

Redgate Data Modeler

7 December 2015

Tip #7 – How to include comments in SQL script

You can comment on your database objects (tables, columns, views) in Redgate Data Modeler. You can also include this metadata in your database, where it can be accessed by your SQL developers or DBAs. Read more
Redgate Data Modeler

Redgate Data Modeler

6 December 2015

Redgate Data Modeler

Redgate Data Modeler

6 December 2015

Tip #6 – How to Create a Multicolumn Primary Key

Primary keys may contain more than one column. Multicolumn primary keys are frequently used for junction tables, which are used to model many-to-many relationships. Read more
Redgate Data Modeler

Redgate Data Modeler

5 December 2015

Redgate Data Modeler

Redgate Data Modeler

5 December 2015

Tip #5 – How to quote table names in generated SQL script

Sometimes, you want all identifiers in your SQL script to be quoted. For example, you want them to have a particular case. Luckily, Redgate Data Modeler allows you to quote all SQL identifiers in your generated script to prevent you from any SQL name conflicts. Read more
Redgate Data Modeler

Redgate Data Modeler

4 December 2015

Redgate Data Modeler

Redgate Data Modeler

4 December 2015

Tip #4 – How to Make a Column Unique

Sometimes there are columns in a table that don’t belong to primary key, but are still unique. To mark them as a unique, you have to create an alternate (unique) key containing it. Read more
Redgate Data Modeler

Redgate Data Modeler

3 December 2015

Redgate Data Modeler

Redgate Data Modeler

3 December 2015

Tip #3 – How to copy table between models

Did you know that you can copy tables between models in Redgate Data Modeler? It's useful for instance with tables that appear in almost every database model like user_account, address, client or product, or with tables that are specific for your domain. You don't have to create all tables from… Read more
Redgate Data Modeler

Redgate Data Modeler

3 December 2015

Redgate Data Modeler

Redgate Data Modeler

3 December 2015

How Does Database Design Help Organize Teachers, Lessons, and Students?

In this article we will show you how to design a database structure for an educational institution to store information about students, lecturers, classes, attendance, students’ achievements, etc. Read more
PreviousNext
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
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