In this tip, we will show you how to use the Down arrow to create one or even more new columns. Probably, this is the fastest way of creating new columns in this part of the galaxy. You really have to learn this.Read more
Sometimes you may want to use a data type that is so new that Redgate Data Modeler doesn’t recognize it. In this case, the application displays a warning that the type is not supported. This validation may be turned off. Get to know how to do it.Read more
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
When we think of the dental office, our first associations are the drill, the pain, and the fear. OK, that sounds bad. Besides taking care of teeth, a dentist has many other obligations that are professional, legal, or both. All of them require proper data management.Read more
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
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
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
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
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
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