Viewing 2 posts - 1 through 2 (of 2 total)
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 =...
November 15, 2007 at 11:05 am
#751599
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...
January 12, 2007 at 8:38 am
#682933