Just went to update an Extended Property I use to declare the "Table Alias", which is used to standardize query aliases and apply naming conventions to indexes, constraints, et al. Couldn't update:
EXEC sp_addextendedproperty N'TableAlias', N'se', 'SCHEMA', N'dbo', 'TABLE', N'SubEvent', NULL, NULL
GO
to change the alias from "se" to "sev".
Please add the ability to Edit these types of properties - they are listed above the creation script but don't have the "
Edit..." link.
Please add the ability to Edit these types of properties - they are listed above the creation script but don't have the "Edit..." link.