er-modeling

How are ER modeled subtypes implemented in the database?

Sorry if this is too simple, but I've found a lot of documentation on ER-modeling recently, but all of it seems to skip over the actual implementation and I just want to clarify. Is a subtype just a second table with a foreign key to the supertype along with the properties belonging to the subtype? This is what would make most sense to...

Tool for modeling ER diagram and import in SQL server

Is there any tool for ER modeling and then converting models to a Microsoft SQL Server database? The tool should has this features: ER Diagrams shoud be in UML Notation (see this, the last is UML notation). Export models to a Microsoft SQL Server 2005/2008 database (by creating a mdf file or connecting to a MSSQL Server and creating s...