We have a SQL query that pulls a large number of fields from many tables/views from a database. We need to put a spec together for integration with a 3rd party, what is the quickest way to compile the data types of the result set?
Clarifications:
- There are 25+ tables/views involved, so functions at the table level will still be cumbersome.
- All work is currently being done in Microsoft SQL Server Management Studio.