Documenting SQL Servers

  • Hi,

    I'm searching for a good tool to make a graphical documentation of my SQL Server setup (10 servers).

    I have looked at numerous tools like SQL Doc (RedGate) and BIDocumenter (PragmaticWorks), but they all document DB's, stored procedures, indexes etc.

    What i need is some graphical presentation of Servers, databases, Agent jobs (schedules and "normal duration")....

    Any ideas?

    Right now i think of making it in Visio or something but there might be better options out there?

    Thx

    Nicolaj

  • I'm not aware of a tool that's going to generate graphical reports on everything you have listed. You might take a look at some of the tools from SQL Sentry. They have a scheduler tool for working with multiple servers that has a fairly sophisticated output, but it won't document stored procedures and database internals. You can get a very good topology diagram from Microsofts Operations Manager, showing which servers are on which domains, with which controllers, disks, attached storage, all that fun stuff, but, again, no SQL Server or Database internals.

    "The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
    - Theodore Roosevelt

    Author of:
    SQL Server Execution Plans
    SQL Server Query Performance Tuning

  • Just throwing this out there:

    I've used xmind for documentation and to help me flesh out a process tree;

    it's free and easy to use after you learn a few keyboard shortcuts.

    it's nice because you can edit it easily and share it, since it's just a file.

    Data entry is pretty much manual, however, I've never seen a way to make it automatically read from any outside process(ie a server ) to populate a tree.

    it took me longer to create screenshot and post it to the web than it did to create the example here:

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!

  • I'll take a look at the SQL Sentry tool for the job documentation.

    When it comes to the documentation of the serverpark/applications/databases mind maps might actually be a good idea. I'm alreay using MindJet a lot for other things so I'll give that a try - thx for input!

    /Nicolaj

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply