Data Modeling question

  • Gents and ladies,

    I am generating an alter script using ERwin for SQL server 2005. But it's generating individual ADD COLUMN statements for each column I added to model. For example, if I add 5 columns to a table, it generates 5 individual alter table statements.

    Does anyone know how to configure ERWIN to generate single alter statement?

    Appreciate your responses.

    thanks

    M.

  • Hi,

    I tried a lo to get this but i couldn't find option in ERWin. Please let me know if you find one.

    thanks -- Vj

    http://dotnetvj.blogspot.com

  • Hi:

    This doesn't make sense, but I was able to do this recently. When you generate the Alter Script in ERwin, try checking the "Physical Storage" checkbox option (in the Options tab, under Table). I tried that, and the ADD statements disappeared and were replaced with ALTER table xxx, ADD Column xxx.

  • This was removed by the editor as SPAM

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply