Forum Replies Created

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

  • RE: Document Your Database

    Hi Kris,

    this is the same query for SQL 2005:

    select SO.name as 'table', SC.name as field,

    ST.name as datatype, SC.max_length as 'size',

    sp.value as 'description'

    from sys.columns SC inner join

    sys.objects SO on SC.object_id =...

  • RE: Document Your Database

    dbdesc (mentioned earlier in this thread) can generate Word 2003 and RTF documents among others. It uses XSL templates so the output can be fully customized.

    Additionally, it includes a built-in...

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