Hi,
I want to create an SQL 2005 index on a table in a database model that will contain an INCLUDE clause when DDL is generated from it:
CREATE CLUSTERED INDEX [IX_MyIndex]
ON [MyTable] ([ID] ASC) INCLUDE([Name], [Description])
Its very easy to get EA to generate a plain index (without the INCLUDE clause), but I'm struggling to generate the additional output.
Sparx support have said that what I want is possible using tagged values, but I can't follow their rather sparse instructions.
So far, as instructed I've navigated to Settings | UML | Tagged Values and created a tagged value called INCLUDE. I've tried using the String and Memo types in the Detail field (not at the same time!).
I've then opened the Properties dialog on the required table in my model, moved to the Table Detail tab and clicked on the Operations... button to open the Operations dialog. Then I select the index that I want to modify from the list of operations. The title of the dialog changes to <TableName> Operation: <IndexName>.
If I then open the Tagged Values tab, I'm presented with an empty property grid with just a '+' symbol in the top left corner. The New Tagged Value button is disabled.

So how do I add a tagged value to the index? Am I anywhere close? Has anyone else done this?
Regards
David Razzetti