All Tags »
sp_ssiscatalog »
t-sql (RSS)
Sorry, but there are no more tags available to filter with.
-
What is the best way to document an API? Moreover, what is the best way to document a T-SQL API?
Before I try to answer those questions I should explain what I mean by “a T-SQL API”. I think of an API as being a collection of well-defined, known, code modules that provide some notion of a service to whomever uses it; in T-SQL terms I tend to ...