.. on making a DB map?
Hopefully someone knows of a tool/util.
Here's where I'm coming from:
We have a list of changes to make to our DB and the PHP interface.
I'd like to put together a list (map) of every table referenced on
each php page, as well as one showing every php page which uses each
table.
I'd like to have this as a reference so that when we bring in a
programmer, they can work more efficiently and be less likely to
create bugs.
Any ideas?
-Mo
Do you mean an ERD? How about using the diagram tool built into SQL Server.
If you are on 2000 it can be found in Enterprise Manage and if 2005 in SSMS.

Signature
Andrew J. Kelly SQL MVP
Solid Quality Mentors
> .. on making a DB map?
>
[quoted text clipped - 14 lines]
>
> -Mo
Mo - 04 Mar 2008 16:18 GMT
On Mar 3, 5:33 pm, "Andrew J. Kelly" <sqlmvpnooos...@shadhawk.com>
wrote:
> Do you mean an ERD? How about using the diagram tool built into SQL Server.
> If you are on 2000 it can be found in Enterprise Manage and if 2005 in SSMS.
[quoted text clipped - 23 lines]
>
> - Show quoted text -
Thanks for the suggestions.
I'll start there.
-Mo