Steps to reproduce:
1. Create the table - Create_Table.txt
2. Fill the table - Insert statement in Create_Table.txt 
3. Create the stored procedure - Create_Stored_Procedure.txt
4. Sanity test the stored procedure - call statement in Create_Table.txt
5. Edit line 17 in Main.cpp to a valid DSN name
5. Build test_SQLProcedureColumns in VS2013 or later
6. Run the console app and see only 40 columns are returned.