Ps119
July 25th, 2003, 12:42 PM
We have a small shop of programmers and are just getting into using web frontends and database Administrative frontends for our databases. We've run into the problem of naming views and stored procedures so we know who wrote them and where they're being used. If one person needs to modify a view or stored procedure we need to know the impact of the changes being made and can communicate these changes as necessary.
Currently we use vw as tags for views and sp as tags for stored procedures. We were using vwAcc as tags for views for Access frontends and vwWeb as tags for views for web frontends. However, that doesn't always give us the necessary information anymore.
Does anyone have any suggestions on how to better do this? We were thinking maybe comments within the stored procedure or properties within a view????
It will be nice to know how the rest of you handle this problem.
Currently we use vw as tags for views and sp as tags for stored procedures. We were using vwAcc as tags for views for Access frontends and vwWeb as tags for views for web frontends. However, that doesn't always give us the necessary information anymore.
Does anyone have any suggestions on how to better do this? We were thinking maybe comments within the stored procedure or properties within a view????
It will be nice to know how the rest of you handle this problem.