| JHU Mirror |
| Return the list of Columns in a given table |
| Returned table has the format: sample: exec spSkyServerColumns 'PhotoObj', 'dbo' Used by the QA interface. |
| name | type | length | inout | pnum |
| @TableName | varchar | 400 | input | 1 |
| @OwnerName | varchar | 400 | input | 2 |