AccessSQLUser
Programmer
Is there a way to automatically add or update the extended properties of an object (specifically stored procedures and functions) when the object is created or modified?
What I would like to do is update my extended property "LastModifiedBy" to be the user who last modified the object and to increase my extended property "VersionNum" by 1.
Could this be done?
What I would like to do is update my extended property "LastModifiedBy" to be the user who last modified the object and to increase my extended property "VersionNum" by 1.
Could this be done?