In a visual studio.net 2008 desktop application, I would like to add a new database diagram to an existing application. An existing part of the application will access a different part of the database than the main part of the application accesses. However, two tables will have the same name. Would this cause a problem?
Basically the application will have two different database diagrams. I am wondering if this is possible? If so, how would I setup the second diagram and keep it separate from the first diagram?