views:

27

answers:

1

Is there any free software to automate documetnation process Sql Server DB. Creating Reports smth like this:

TableName: (TableDescription)

ColumnName, ColumnType, ColumnDescription, IndexInformation

thanks.

+1  A: 

Not sure about free, but I can highly recommend Red Gate's SQL Doc tool.

TimS
thanks for recomendation
loviji