Add support to SQL Server for sp_addextendedproperty on tables and other schema objects
|
64 KB
|
212 KB
fn_listextendedproperty, sp_addextendedproperty, sp_updateextendedproperty allow to returns extended property values of database objects, adds a new extended property to a database object, updates the value of an existing extended property.
fn_listextendedproperty, sp_addextendedproperty, sp_updateextendedproperty allow to returns extended property values of database objects, adds a new extended property to a database object, updates the value of an existing extended property.
Underlined & Italic means that we extract the object but we are not extracting the extended properties. If we want them extracted just reassigned the issue back to me and I will complete the extraction and scripting for those objects.
As for a GUI. I recommend we add a separate GUI for extended properties. This way the user could just right click on the node in the tree and click [Extended Properties] opening a GUI for the specific object. This would allow us to build one gui that would work for all the objects instead of designing a tab in each of the GUI's alter gui classes.
Assigning issue to niels for further discussion...
Underlined & Italic means that we extract the object but we are not extracting the extended properties. If we want them extracted just reassigned the issue back to me and I will complete the extraction and scripting for those objects.
As for a GUI. I recommend we add a separate GUI for extended properties. This way the user could just right click on the node in the tree and click [Extended Properties] opening a GUI for the specific object. This would allow us to build one gui that would work for all the objects instead of designing a tab in each of the GUI's alter gui classes.
Assigning issue to niels for further discussion...
We should be adding a tab to the existing UI, not create a separate menu option for extended properties.
Asif: I'd like you to work on creating one of these extend property tabs using the options layout and then have Ivan follow this approach for the remaining ones.
We should be adding a tab to the existing UI, not create a separate menu option for extended properties.
Asif: I'd like you to work on creating one of these extend property tabs using the options layout and then have Ivan follow this approach for the remaining ones.
Just had a quick discussion with Ivan on this. As we have all the recent enhancements to jide's PropertyTable component in our flavored class CPropertyTable, there are no special api calls required to get the standard behavior.
Just had a quick discussion with Ivan on this. As we have all the recent enhancements to jide's PropertyTable component in our flavored class CPropertyTable, there are no special api calls required to get the standard behavior.
What versions of SQL Server will we support for this, 2005+ ?
What versions of SQL Server will we support for this, 2005+ ?
these are the sql server objects that still need the extended properties tab: TRIGGER, FUNCTION, PROCEDURE, SYNONYM, SEQUENCE, INDEX
these are the sql server objects that still need the extended properties tab: TRIGGER, FUNCTION, PROCEDURE, SYNONYM, SEQUENCE, INDEX
Added extended properties tab for: FUNCTION, PROCEDURE, SYNONYM, and INDEX.
We dont seem to support SEQUENCE for SQL Server. I confirmed with Tariq as well.
AFAIK, TRIGGER has a separate issue for v15.
Added extended properties tab for: FUNCTION, PROCEDURE, SYNONYM, and INDEX.
We dont seem to support SEQUENCE for SQL Server. I confirmed with Tariq as well.
AFAIK, TRIGGER has a separate issue for v15.
Verified in 14.0.0-rc-4. There are a few issues which we needs to be discussed like - Do we need to display extended properties for Multi Script Procedures, Functions etc..
Is MS_Description the only way of displaying comments in ER Modeler etc..I will log separate issues for those.
Verified in 14.0.0-rc-4. There are a few issues which we needs to be discussed like - Do we need to display extended properties for Multi Script Procedures, Functions etc..
Is MS_Description the only way of displaying comments in ER Modeler etc..I will log separate issues for those.
Issue #2738 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build ADS 14.0.0-beta-72 |
No time estimate |
4 issue links |
relates to #9832
Issue #9832SQL Server Multi Select Objects are not scripting Extended Properties |
relates to #9478
Issue #9478Table Properties should display the Extended Properties and should not allow to edit |
is a duplicate of #5060
Issue #5060Add support for sp_UpdateExtendedProperty values in SQL Server visual editing |
relates to #9475
Issue #9475NPE on when trying to create new rows for Extended Properties |