Click here to Skip to main content
15,900,906 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I work as a SQL DBA and my boss just gave me the task to develop a site that will be able to show all the databases that we support, the client it belongs to, and the applications connecting to each database in a table and diagram form... I'm lost as to where to begin and how to tackle this task.

Your help will be highly appreciated
Thank you in advance
Posted

1 solution

1. You should create utility database to keep track.
Or if you are skilled enough you can extract most of those data from system views.

2. Showing data in table form is pretty straightforward, but I advise you to go one step at a time and learn asp.net basics. Displaying and manipulating data is usually second lesson/chapter in most books or tutorials, so no need to hurry.

3. There are many options for displaying diagrams in your web site, I like this one.
Some alternatives are Crystal reports, .rdlc reports, free third party controls etc.

In the end choice of technology is up to you and your resources (Visual studio version, targeted .Net framework, time, skills, boss's patience :) ...).

Good luck!
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900