Book a Demo

Author Topic: Support Parameter Descriptions for SQL Server 2005  (Read 3364 times)

earaphi

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Support Parameter Descriptions for SQL Server 2005
« on: December 11, 2009, 11:11:13 pm »
When I import a SQL Server 2005 database via "Database Engineering" > "Import DB Schema from ODBC" the descriptions of my stored procedures, tables and colums from the database are imported to my model.
However the descriptions of the procedure parameters are not imported.

So far these cannot be edited in the GUI of Microsoft SQL Management Studio, but they can be inserted by hand with EXEC sys.sp_addextendedproperty @name=N'MS_Description' and the parameter: @level2type=N'PARAMETER'.
So it would be nice to have them imported in EA, too!

Thanks,
Raphael

PS: I'm using EA 7.5.848
« Last Edit: December 11, 2009, 11:11:49 pm by earaphi »