POCOGenerator
POCOGenerator copied to clipboard
Suggestion: work with any query
SQL Server 2012 introduced a new procedure called sp_describe_first_result_set, which can run any query - including selecting from a table/view/procedure as you have here, in addition to ad-hoc queries - and return the types of the result set. You could then make this tool work with ad-hoc queries, which would be fantastic.