views:

37

answers:

1

How to automatically generate documentatation of stored procedures of SQL Server 2008 like doxygen does to codes? I read about hyperSQL but it doesn't work nice with Windows.

Thanks! Gil.

A: 

You can review INFORMATION_SCHEMA.Routines to get a lot of details

http://msdn.microsoft.com/en-us/library/ms188757.aspx

Raj More

related questions